summaryrefslogtreecommitdiff
path: root/development/obnc-libext/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/obnc-libext/README')
-rw-r--r--development/obnc-libext/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/obnc-libext/README b/development/obnc-libext/README
new file mode 100644
index 0000000000..d76b71bb75
--- /dev/null
+++ b/development/obnc-libext/README
@@ -0,0 +1,10 @@
+obnc-libext (Extended Library for OBNC)
+
+This package complements the basic libraries bundled with OBNC (the Oberon
+compiler obnc) with modules for accessing command line arguments and
+evironment variables, printing to the standard error stream and converting
+numbers to strings and viceversa.
+
+Be sure to update the compiler package (obnc) before updating this library
+package, as it usually needs the latest compiler features in order to
+compile.