summaryrefslogtreecommitdiffstats
path: root/doc/src/06000-modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/06000-modules.md')
-rw-r--r--doc/src/06000-modules.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/src/06000-modules.md b/doc/src/06000-modules.md
deleted file mode 100644
index 0edf2667..00000000
--- a/doc/src/06000-modules.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# Modules {#sec:modules}
-
-A module is a functionality of the program.
-
-A module MAY store data in the store (@sec:thestore).
-It MAY include user input in the data it stores in the store.
-A module MUST HAVE a commandline interface, though a module always consists of
-two parts:
-
-- A Library
-- A Binary, which
- * is executable by the user
- * implements a commandline frontend to the libray of the module
-
-By definition, the Binary depends on the Library.
-By definition, the Library depends on the libstore (@sec:libstore).
-
-A module MUST use the runtime library to implement the commandline
-interface as defined in @sec:librt.
-