contrib&lib: introduce .ini for projects maintained by Alexandre Terrasa
authorJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 23:45:18 +0000 (19:45 -0400)
committerJean Privat <jean@pryen.org>
Sun, 30 Aug 2015 18:10:39 +0000 (14:10 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

14 files changed:
contrib/nitiwiki/project.ini [new file with mode: 0644]
contrib/nitrpg/project.ini [new file with mode: 0644]
contrib/refund/project.ini [new file with mode: 0644]
contrib/wiringPi/project.ini [new file with mode: 0644]
lib/array_debug.ini [new file with mode: 0644]
lib/csv/project.ini [new file with mode: 0644]
lib/github/project.ini [new file with mode: 0644]
lib/html/project.ini [new file with mode: 0644]
lib/ini.ini [new file with mode: 0644]
lib/markdown/project.ini [new file with mode: 0644]
lib/mongodb/project.ini [new file with mode: 0644]
lib/neo4j/project.ini [new file with mode: 0644]
lib/test_suite.ini [new file with mode: 0644]
lib/trees/project.ini [new file with mode: 0644]

diff --git a/contrib/nitiwiki/project.ini b/contrib/nitiwiki/project.ini
new file mode 100644 (file)
index 0000000..0ebf3a8
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=nitiwiki
+tags=web,cli
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/nitiwiki/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/nitiwiki/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/nitrpg/project.ini b/contrib/nitrpg/project.ini
new file mode 100644 (file)
index 0000000..e697771
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=nitrpg
+tags=devel,web,cli
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/nitrpg/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/nitrpg/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/refund/project.ini b/contrib/refund/project.ini
new file mode 100644 (file)
index 0000000..6e7591b
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=refund
+tags=example,cli
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/refund/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/refund/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/wiringPi/project.ini b/contrib/wiringPi/project.ini
new file mode 100644 (file)
index 0000000..b4c8c48
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=wiringPi
+tags=embedded,wrapper
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/wiringPi/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/wiringPi/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/array_debug.ini b/lib/array_debug.ini
new file mode 100644 (file)
index 0000000..8317cf9
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=array_debug
+tags=debug,lib
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/array_debug.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/array_debug.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/csv/project.ini b/lib/csv/project.ini
new file mode 100644 (file)
index 0000000..b8008e0
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=csv
+tags=format,lib
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/csv/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/csv/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/github/project.ini b/lib/github/project.ini
new file mode 100644 (file)
index 0000000..611019c
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=github
+tags=web,lib
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/github/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/github/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/html/project.ini b/lib/html/project.ini
new file mode 100644 (file)
index 0000000..098a6b1
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=html
+tags=format,lib
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/html/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/html/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/ini.ini b/lib/ini.ini
new file mode 100644 (file)
index 0000000..205c91a
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=ini
+tags=format,lib
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/ini.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/ini.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/markdown/project.ini b/lib/markdown/project.ini
new file mode 100644 (file)
index 0000000..89446e0
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=markdown
+tags=format,lib
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/markdown/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/markdown/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/mongodb/project.ini b/lib/mongodb/project.ini
new file mode 100644 (file)
index 0000000..5c13675
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=mongodb
+tags=database,lib
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/mongodb/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/mongodb/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/neo4j/project.ini b/lib/neo4j/project.ini
new file mode 100644 (file)
index 0000000..981b3ec
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=neo4j
+tags=database,lib
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/neo4j/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/neo4j/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/test_suite.ini b/lib/test_suite.ini
new file mode 100644 (file)
index 0000000..2004d3c
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=test_suite
+tags=devel,lib
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/test_suite.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/test_suite.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/trees/project.ini b/lib/trees/project.ini
new file mode 100644 (file)
index 0000000..20467d4
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=trees
+tags=algo,lib
+maintainer=Alexandre Terrasa <alexandre@moz-code.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/trees/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/trees/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues