[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54796] [PATCH v3 13/22] gnu: Add erlang-relx.
From: |
Hartmut Goebel |
Subject: |
[bug#54796] [PATCH v3 13/22] gnu: Add erlang-relx. |
Date: |
Sat, 9 Apr 2022 17:18:20 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 |
Am 09.04.22 um 13:45 schrieb Maxime
Devos:
erlang-relx looks like some kind of tool that can be run and not a
library. … Can the 'erlang-' prefix be dropped?
The github repo says: „relx
is a library used by
rebar3“. Thus I'd keep the „erlang-“ prefix.
Does the input need to be propagated?
AFAIK: Like for Python, run-time dependencies of Erlang libraries
need to be propagated. Erlang does not actually have a notion of
„library“. It's more like Rust where all all dependent sources are
expected to be available at build-time and then put into the
„executable“. Basically this is statically linked, so only
developers/package-builders are effected by this propagation.
Would be great if some experienced Erlang developer would show up
and show a solution without needing to propagate.
--
Regards
Hartmut Goebel
| Hartmut Goebel | h.goebel@crazy-compilers.com |
| www.crazy-compilers.com | compilers which you thought are impossible |
- [bug#54796] [PATCH v3 00/22] Add importer for hex.pm and rebar3 build-system for Erlang, Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 03/22] gnu: Add erlang-certifi., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 14/22] gnu: Add erlang-edown., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 06/22] gnu: Add erlang-bbmustache., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 13/22] gnu: Add erlang-relx., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 16/22] gnu: Add erlang-proper., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 04/22] gnu: Add erlang-erlware-commons., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 07/22] gnu: Add erlang-getopt., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 09/22] gnu: Add erlang-providers., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 21/22] gnu: Add rebar3-proper., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 22/22] build-system: Add 'rebar3-build-system'., Hartmut Goebel, 2022/04/08