summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3build/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3build/README.md')
-rw-r--r--macros/latex/contrib/l3build/README.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/macros/latex/contrib/l3build/README.md b/macros/latex/contrib/l3build/README.md
new file mode 100644
index 0000000000..16abce04d9
--- /dev/null
+++ b/macros/latex/contrib/l3build/README.md
@@ -0,0 +1,36 @@
+l3build: a testing and building system for LaTeX3
+=================================================
+
+Release 2019-08-24
+
+Overview
+--------
+
+The `l3build` module is designed to support the development of
+high-quality LaTeX code by providing:
+* A unit testing system
+* Automated typesetting of code sources
+* A reliable packaging system for CTAN releases
+
+The bundle consists of a Lua script to run the tasks and a
+`.tex` file which provides the testing environment. These were
+originally developed for supporting LaTeX3 development but
+are designed such that they can be readily used by others. Full
+documentation is provided.
+
+Issues
+------
+
+The issue tracker for LaTeX3 is currently located
+[on GitHub](https://github.com/latex3/l3build/issues).
+
+Development team
+----------------
+
+The LaTeX kernel is developed by [The LaTeX3 Project](https://latex-project.org).
+
+-----
+
+<p>Copyright (C) 2014-2019 The LaTeX3 Project <br />
+<a href="http://latex-project.org/">http://latex-project.org/</a> <br />
+All rights reserved.</p>