contrib&lib: introduce .ini for projects maintained by other contributors
authorJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 23:47:29 +0000 (19:47 -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/neo_doxygen/project.ini [new file with mode: 0644]
contrib/online_ide/project.ini [new file with mode: 0644]
examples/mnit_ballz/project.ini [new file with mode: 0644]
lib/console.ini [new file with mode: 0644]
lib/date.ini [new file with mode: 0644]
lib/dummy_array.ini [new file with mode: 0644]
lib/filter_stream.ini [new file with mode: 0644]
lib/geometry/project.ini [new file with mode: 0644]
lib/graphs/project.ini [new file with mode: 0644]
lib/perfect_hashing.ini [new file with mode: 0644]
lib/pnacl/project.ini [new file with mode: 0644]
lib/progression.ini [new file with mode: 0644]
lib/sax/project.ini [new file with mode: 0644]
lib/saxophonit/project.ini [new file with mode: 0644]

diff --git a/contrib/neo_doxygen/project.ini b/contrib/neo_doxygen/project.ini
new file mode 100644 (file)
index 0000000..9f5ceaf
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=neo_doxygen
+tags=devel,cli
+maintainer=Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/neo_doxygen/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/neo_doxygen/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/online_ide/project.ini b/contrib/online_ide/project.ini
new file mode 100644 (file)
index 0000000..2729576
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=online_ide
+tags=devel,web
+maintainer=Johan Kayser <johan.kayser@viacesi.fr>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/online_ide/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/online_ide/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/mnit_ballz/project.ini b/examples/mnit_ballz/project.ini
new file mode 100644 (file)
index 0000000..7a252c1
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=mnit_ballz
+tags=game
+maintainer=Romain Chanoir <romain.chanoir@viacesi.fr>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/mnit_ballz/
+git=https://github.com/nitlang/nit.git
+git.directory=examples/mnit_ballz/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/console.ini b/lib/console.ini
new file mode 100644 (file)
index 0000000..ba89925
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=console
+tags=terminal,lib
+maintainer=Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/console.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/console.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/date.ini b/lib/date.ini
new file mode 100644 (file)
index 0000000..148d496
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=date
+tags=lib
+maintainer=Mehdi Ait Younes <overpex@gmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/date.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/date.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/dummy_array.ini b/lib/dummy_array.ini
new file mode 100644 (file)
index 0000000..b4db4f7
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=dummy_array
+tags=algo,lib
+maintainer=Floréal Morandat <morandat@lirmm.fr>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/dummy_array.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/dummy_array.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/filter_stream.ini b/lib/filter_stream.ini
new file mode 100644 (file)
index 0000000..5ba5b32
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=filter_stream
+tags=io,lib
+maintainer=Floréal Morandat <morandat@lirmm.fr>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/filter_stream.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/filter_stream.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/geometry/project.ini b/lib/geometry/project.ini
new file mode 100644 (file)
index 0000000..2340920
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=geometry
+tags=algo,lib
+maintainer=Romain Chanoir <romain.chanoir@viacesi.fr>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/geometry/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/geometry/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/graphs/project.ini b/lib/graphs/project.ini
new file mode 100644 (file)
index 0000000..a8c1513
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=graphs
+tags=algo,lib
+maintainer=Alexandre Blondin Massé <alexandre.blondin.masse@gmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/graphs/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/graphs/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/perfect_hashing.ini b/lib/perfect_hashing.ini
new file mode 100644 (file)
index 0000000..d309a96
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=perfect_hashing
+tags=algo,lib
+maintainer=Julien Pagès <julien.projet@gmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/perfect_hashing.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/perfect_hashing.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/pnacl/project.ini b/lib/pnacl/project.ini
new file mode 100644 (file)
index 0000000..dd0b3da
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=pnacl
+tags=platform,lib
+maintainer=Johan Kayser <johan.kayser@viacesi.fr>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/pnacl
+git=https://github.com/nitlang/nit.git
+git.directory=lib/pnacl
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/progression.ini b/lib/progression.ini
new file mode 100644 (file)
index 0000000..5297892
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=progression
+tags=lib
+maintainer=Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/progression.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/progression.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/sax/project.ini b/lib/sax/project.ini
new file mode 100644 (file)
index 0000000..71d9bc2
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=sax
+tags=xml,format,lib
+maintainer=Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/sax/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/sax/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/saxophonit/project.ini b/lib/saxophonit/project.ini
new file mode 100644 (file)
index 0000000..30e6534
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=saxophonit
+tags=xml,format,lib
+maintainer=Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/saxophonit/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/saxophonit/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues