contrib&lib: introduce .ini for projects maintained by Lucas Bajolet
authorJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 23:46:35 +0000 (19:46 -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>

13 files changed:
contrib/brainfuck/project.ini [new file with mode: 0644]
contrib/opportunity/project.ini [new file with mode: 0644]
lib/base64.ini [new file with mode: 0644]
lib/bitmap/project.ini [new file with mode: 0644]
lib/buffered_ropes.ini [new file with mode: 0644]
lib/crypto.ini [new file with mode: 0644]
lib/dom/project.ini [new file with mode: 0644]
lib/gettext/project.ini [new file with mode: 0644]
lib/parser_base.ini [new file with mode: 0644]
lib/ropes_debug.ini [new file with mode: 0644]
lib/sexp.ini [new file with mode: 0644]
lib/sha1.ini [new file with mode: 0644]
lib/websocket/project.ini [new file with mode: 0644]

diff --git a/contrib/brainfuck/project.ini b/contrib/brainfuck/project.ini
new file mode 100644 (file)
index 0000000..440c8d5
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=brainfuck
+tags=language
+maintainer=Lucas Bajolet <r4pass@hotmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/brainfuck/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/brainfuck/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/contrib/opportunity/project.ini b/contrib/opportunity/project.ini
new file mode 100644 (file)
index 0000000..f19f154
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=opportunity
+tags=web
+maintainer=Lucas Bajolet <r4pass@hotmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/contrib/opportunity/
+git=https://github.com/nitlang/nit.git
+git.directory=contrib/opportunity/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/base64.ini b/lib/base64.ini
new file mode 100644 (file)
index 0000000..629c07b
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=base64
+tags=encoding,lib
+maintainer=Lucas Bajolet <r4pass@hotmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/base64.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/base64.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/bitmap/project.ini b/lib/bitmap/project.ini
new file mode 100644 (file)
index 0000000..54ff7c2
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=bitmap
+tags=lib
+maintainer=Lucas Bajolet <r4pass@hotmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/bitmap/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/bitmap/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/buffered_ropes.ini b/lib/buffered_ropes.ini
new file mode 100644 (file)
index 0000000..b221516
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=buffered_ropes
+tags=algo,text,lib
+maintainer=Lucas Bajolet <r4pass@hotmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/buffered_ropes.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/buffered_ropes.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/crypto.ini b/lib/crypto.ini
new file mode 100644 (file)
index 0000000..6487e51
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=crypto
+tags=crypto,algo,lib
+maintainer=Lucas Bajolet <r4pass@hotmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/crypto.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/crypto.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/dom/project.ini b/lib/dom/project.ini
new file mode 100644 (file)
index 0000000..7b5938c
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=dom
+tags=xml,lib
+maintainer=Lucas Bajolet <r4pass@hotmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/dom/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/dom/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/gettext/project.ini b/lib/gettext/project.ini
new file mode 100644 (file)
index 0000000..f16b6c4
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=gettext
+tags=i18n,lib
+maintainer=Lucas Bajolet <r4pass@hotmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/gettext
+git=https://github.com/nitlang/nit.git
+git.directory=lib/gettext
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/parser_base.ini b/lib/parser_base.ini
new file mode 100644 (file)
index 0000000..db32dbd
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=parser_base
+tags=format,lib
+maintainer=Lucas Bajolet <r4pass@hotmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/parser_base.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/parser_base.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/ropes_debug.ini b/lib/ropes_debug.ini
new file mode 100644 (file)
index 0000000..8fa6a63
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=ropes_debug
+tags=debug,lib
+maintainer=Lucas Bajolet <r4pass@hotmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/ropes_debug.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/ropes_debug.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/sexp.ini b/lib/sexp.ini
new file mode 100644 (file)
index 0000000..ff6a8e7
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=sexp
+tags=format,lib
+maintainer=Lucas Bajolet <r4pass@hotmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/sexp.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/sexp.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/sha1.ini b/lib/sha1.ini
new file mode 100644 (file)
index 0000000..3b0a2e2
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=sha1
+tags=encoding,lib
+maintainer=Lucas Bajolet <r4pass@hotmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/sha1.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/sha1.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/websocket/project.ini b/lib/websocket/project.ini
new file mode 100644 (file)
index 0000000..e6bd0fc
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=websocket
+tags=network,lib
+maintainer=Lucas Bajolet <r4pass@hotmail.com>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/websocket/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/websocket/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues