src: add a readme and fill project.ini
authorJean Privat <jean@pryen.org>
Thu, 27 Aug 2015 17:43:26 +0000 (13:43 -0400)
committerJean Privat <jean@pryen.org>
Thu, 27 Aug 2015 19:51:34 +0000 (15:51 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/README.md [new file with mode: 0644]
src/project.ini

diff --git a/src/README.md b/src/README.md
new file mode 100644 (file)
index 0000000..057a4a4
--- /dev/null
@@ -0,0 +1,3 @@
+Nit compiler and tools
+
+See <http://nitlanguage.org/tools> for usage.
index e69de29..2f19e44 100644 (file)
@@ -0,0 +1,11 @@
+[project]
+name=nitc
+tags=devel,cli
+author=Jean Privat <jean@pryen.org>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/src
+git=https://github.com/nitlang/nit.git
+git.directory=src
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues