lib: generate missing INI files with `nitpackage`
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 7 May 2018 19:35:32 +0000 (15:35 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Tue, 8 May 2018 16:59:32 +0000 (12:59 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/fca/package.ini [new file with mode: 0644]
lib/vsm/package.ini [new file with mode: 0644]

diff --git a/lib/fca/package.ini b/lib/fca/package.ini
new file mode 100644 (file)
index 0000000..b0cc6d0
--- /dev/null
@@ -0,0 +1,12 @@
+[package]
+name=fca
+desc=Formal Concept Analysis for Nit
+tags=fca,lib
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/fca/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/fca/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/vsm/package.ini b/lib/vsm/package.ini
new file mode 100644 (file)
index 0000000..beb916e
--- /dev/null
@@ -0,0 +1,12 @@
+[package]
+name=vsm
+desc=Vector Space Modelization for Nit
+tags=nlp,vsm,lib
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/vsm/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/vsm/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues