summaryrefslogtreecommitdiffstats
path: root/development/rebar3/README
diff options
context:
space:
mode:
author Alexander Verbovetsky <alik@ejik.org>2024-03-02 08:54:47 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-02 09:19:45 +0700
commit33e0b78e37458218703610f5503817d72933b0ab (patch)
tree25cb19e0d1829e637b614bcaac32dec4cc9a449e /development/rebar3/README
parent31b630baf046c73dfa0874f205b163611ec8744c (diff)
downloadslackbuilds-33e0b78e37458218703610f5503817d72933b0ab.tar.gz
slackbuilds-33e0b78e37458218703610f5503817d72933b0ab.tar.xz
development/rebar3: Added (erlang build tool).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rebar3/README')
-rw-r--r--development/rebar3/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/development/rebar3/README b/development/rebar3/README
new file mode 100644
index 0000000000..81ab5ead8a
--- /dev/null
+++ b/development/rebar3/README
@@ -0,0 +1,16 @@
+Rebar3 is an Erlang tool that makes it easy to create, develop, and
+release Erlang libraries, applications, and systems in a repeatable
+manner.
+
+Rebar3 will:
+
+* respect and enforce standard Erlang/OTP conventions for project
+ structure so they are easily reusable by the community;
+* manage source dependencies and Erlang packages while ensuring
+ repeatable builds;
+* handle build artifacts, paths, and libraries such that standard
+ development tools can be used without a headache;
+* adapt to projects of all sizes on almost any platform;
+* treat documentation as a feature, and errors or lack of
+ documentation as a bug.
+