examples: introduce .ini for projects maintained by Alexis Laferrière
authorJean Privat <jean@pryen.org>
Sun, 30 Aug 2015 18:05:28 +0000 (14:05 -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>

examples/calculator/project.ini [new file with mode: 0644]
examples/draw_operation.ini [new file with mode: 0644]
examples/extern_methods.ini [new file with mode: 0644]
examples/mnit_dino/project.ini [new file with mode: 0644]

diff --git a/examples/calculator/project.ini b/examples/calculator/project.ini
new file mode 100644 (file)
index 0000000..28b52fb
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=calculator
+tags=example
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/calculator/
+git=https://github.com/nitlang/nit.git
+git.directory=examples/calculator/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/draw_operation.ini b/examples/draw_operation.ini
new file mode 100644 (file)
index 0000000..31772ef
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=draw_operation
+tags=
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/draw_operation.nit
+git=https://github.com/nitlang/nit.git
+git.directory=examples/draw_operation.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/extern_methods.ini b/examples/extern_methods.ini
new file mode 100644 (file)
index 0000000..460e02b
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=extern_methods
+tags=wrapper,example
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/extern_methods.nit
+git=https://github.com/nitlang/nit.git
+git.directory=examples/extern_methods.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/mnit_dino/project.ini b/examples/mnit_dino/project.ini
new file mode 100644 (file)
index 0000000..a4a5c6c
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=mnit_dino
+tags=game
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/mnit_dino/
+git=https://github.com/nitlang/nit.git
+git.directory=examples/mnit_dino/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues