From: Jean Privat Date: Sun, 30 Aug 2015 18:05:28 +0000 (-0400) Subject: examples: introduce .ini for projects maintained by Alexis Laferrière X-Git-Tag: v0.7.8~49^2~9 X-Git-Url: http://nitlanguage.org examples: introduce .ini for projects maintained by Alexis Laferrière Signed-off-by: Jean Privat --- diff --git a/examples/calculator/project.ini b/examples/calculator/project.ini new file mode 100644 index 0000000..28b52fb --- /dev/null +++ b/examples/calculator/project.ini @@ -0,0 +1,11 @@ +[project] +name=calculator +tags=example +maintainer=Alexis Laferrière +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 index 0000000..31772ef --- /dev/null +++ b/examples/draw_operation.ini @@ -0,0 +1,11 @@ +[project] +name=draw_operation +tags= +maintainer=Alexis Laferrière +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 index 0000000..460e02b --- /dev/null +++ b/examples/extern_methods.ini @@ -0,0 +1,11 @@ +[project] +name=extern_methods +tags=wrapper,example +maintainer=Alexis Laferrière +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 index 0000000..a4a5c6c --- /dev/null +++ b/examples/mnit_dino/project.ini @@ -0,0 +1,11 @@ +[project] +name=mnit_dino +tags=game +maintainer=Alexis Laferrière +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