From: Jean Privat Date: Fri, 28 Aug 2015 23:39:22 +0000 (-0400) Subject: examples: introduce .ini for projects maintained by Jean Privat X-Git-Tag: v0.7.8~49^2~6 X-Git-Url: http://nitlanguage.org examples: introduce .ini for projects maintained by Jean Privat Signed-off-by: Jean Privat --- diff --git a/examples/circular_list.ini b/examples/circular_list.ini new file mode 100644 index 0000000..c5ac8ce --- /dev/null +++ b/examples/circular_list.ini @@ -0,0 +1,11 @@ +[project] +name=circular_list +tags=algo,example +maintainer=Jean Privat +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 index 0000000..4edb9d3 --- /dev/null +++ b/examples/clock.ini @@ -0,0 +1,11 @@ +[project] +name=clock +tags=example +maintainer=Jean Privat +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 index 0000000..669c71d --- /dev/null +++ b/examples/clock_more.ini @@ -0,0 +1,11 @@ +[project] +name=clock_more +tags=example +maintainer=Jean Privat +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 index 0000000..303d9ed --- /dev/null +++ b/examples/fibonacci.ini @@ -0,0 +1,11 @@ +[project] +name=fibonacci +tags=example +maintainer=Jean Privat +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 index 0000000..d666cf2 --- /dev/null +++ b/examples/hello_world.ini @@ -0,0 +1,11 @@ +[project] +name=hello_world +tags=example +maintainer=Jean Privat +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 index 0000000..7b8b9fc --- /dev/null +++ b/examples/int_stack.ini @@ -0,0 +1,11 @@ +[project] +name=int_stack +tags=example +maintainer=Jean Privat +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 index 0000000..56c05d5 --- /dev/null +++ b/examples/leapfrog/project.ini @@ -0,0 +1,11 @@ +[project] +name=leapfrog +tags=game,terminal +maintainer=Jean Privat +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 index 0000000..d789aa4 --- /dev/null +++ b/examples/montecarlo.ini @@ -0,0 +1,11 @@ +[project] +name=montecarlo +tags=example +maintainer=Jean Privat +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 index 0000000..888fd2b --- /dev/null +++ b/examples/print_arguments.ini @@ -0,0 +1,11 @@ +[project] +name=print_arguments +tags=example +maintainer=Jean Privat +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 index 0000000..90e31a7 --- /dev/null +++ b/examples/procedural_array.ini @@ -0,0 +1,11 @@ +[project] +name=procedural_array +tags=example +maintainer=Jean Privat +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 index 0000000..3452885 --- /dev/null +++ b/examples/rosettacode/project.ini @@ -0,0 +1,11 @@ +[project] +name=rosettacode +tags=example +maintainer=Jean Privat +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 index 0000000..a2ea7c3 --- /dev/null +++ b/examples/shoot/project.ini @@ -0,0 +1,11 @@ +[project] +name=shoot +tags=game +maintainer=Jean Privat +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