examples: introduce .ini for projects maintained by Jean Privat
authorJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 23:39:22 +0000 (19:39 -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>

12 files changed:
examples/circular_list.ini [new file with mode: 0644]
examples/clock.ini [new file with mode: 0644]
examples/clock_more.ini [new file with mode: 0644]
examples/fibonacci.ini [new file with mode: 0644]
examples/hello_world.ini [new file with mode: 0644]
examples/int_stack.ini [new file with mode: 0644]
examples/leapfrog/project.ini [new file with mode: 0644]
examples/montecarlo.ini [new file with mode: 0644]
examples/print_arguments.ini [new file with mode: 0644]
examples/procedural_array.ini [new file with mode: 0644]
examples/rosettacode/project.ini [new file with mode: 0644]
examples/shoot/project.ini [new file with mode: 0644]

diff --git a/examples/circular_list.ini b/examples/circular_list.ini
new file mode 100644 (file)
index 0000000..c5ac8ce
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=circular_list
+tags=algo,example
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/circular_list.nit
+git=https://github.com/nitlang/nit.git
+git.directory=examples/circular_list.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/clock.ini b/examples/clock.ini
new file mode 100644 (file)
index 0000000..4edb9d3
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=clock
+tags=example
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/clock.nit
+git=https://github.com/nitlang/nit.git
+git.directory=examples/clock.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/clock_more.ini b/examples/clock_more.ini
new file mode 100644 (file)
index 0000000..669c71d
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=clock_more
+tags=example
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/clock_more.nit
+git=https://github.com/nitlang/nit.git
+git.directory=examples/clock_more.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/fibonacci.ini b/examples/fibonacci.ini
new file mode 100644 (file)
index 0000000..303d9ed
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=fibonacci
+tags=example
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/fibonacci.nit
+git=https://github.com/nitlang/nit.git
+git.directory=examples/fibonacci.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/hello_world.ini b/examples/hello_world.ini
new file mode 100644 (file)
index 0000000..d666cf2
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=hello_world
+tags=example
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/hello_world.nit
+git=https://github.com/nitlang/nit.git
+git.directory=examples/hello_world.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/int_stack.ini b/examples/int_stack.ini
new file mode 100644 (file)
index 0000000..7b8b9fc
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=int_stack
+tags=example
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/int_stack.nit
+git=https://github.com/nitlang/nit.git
+git.directory=examples/int_stack.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/leapfrog/project.ini b/examples/leapfrog/project.ini
new file mode 100644 (file)
index 0000000..56c05d5
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=leapfrog
+tags=game,terminal
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/leapfrog/
+git=https://github.com/nitlang/nit.git
+git.directory=examples/leapfrog/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/montecarlo.ini b/examples/montecarlo.ini
new file mode 100644 (file)
index 0000000..d789aa4
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=montecarlo
+tags=example
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/montecarlo.nit
+git=https://github.com/nitlang/nit.git
+git.directory=examples/montecarlo.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/print_arguments.ini b/examples/print_arguments.ini
new file mode 100644 (file)
index 0000000..888fd2b
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=print_arguments
+tags=example
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/print_arguments.nit
+git=https://github.com/nitlang/nit.git
+git.directory=examples/print_arguments.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/procedural_array.ini b/examples/procedural_array.ini
new file mode 100644 (file)
index 0000000..90e31a7
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=procedural_array
+tags=example
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/procedural_array.nit
+git=https://github.com/nitlang/nit.git
+git.directory=examples/procedural_array.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/rosettacode/project.ini b/examples/rosettacode/project.ini
new file mode 100644 (file)
index 0000000..3452885
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=rosettacode
+tags=example
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/rosettacode/
+git=https://github.com/nitlang/nit.git
+git.directory=examples/rosettacode/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/examples/shoot/project.ini b/examples/shoot/project.ini
new file mode 100644 (file)
index 0000000..a2ea7c3
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=shoot
+tags=game
+maintainer=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/examples/shoot/
+git=https://github.com/nitlang/nit.git
+git.directory=examples/shoot/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues