lib: introduce .ini for projects maintained by Alexis Laferrière
authorJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 23:37:10 +0000 (19:37 -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>

41 files changed:
lib/a_star.ini [new file with mode: 0644]
lib/android/project.ini [new file with mode: 0644]
lib/app/project.ini [new file with mode: 0644]
lib/bcm2835/project.ini [new file with mode: 0644]
lib/binary/project.ini [new file with mode: 0644]
lib/bucketed_game.ini [new file with mode: 0644]
lib/c.ini [new file with mode: 0644]
lib/cocoa/project.ini [new file with mode: 0644]
lib/cpp.ini [new file with mode: 0644]
lib/curl/project.ini [new file with mode: 0644]
lib/egl.ini [new file with mode: 0644]
lib/emscripten/project.ini [new file with mode: 0644]
lib/gamnit/project.ini [new file with mode: 0644]
lib/glesv2/project.ini [new file with mode: 0644]
lib/gtk/project.ini [new file with mode: 0644]
lib/ios/project.ini [new file with mode: 0644]
lib/java/project.ini [new file with mode: 0644]
lib/json/project.ini [new file with mode: 0644]
lib/jvm.ini [new file with mode: 0644]
lib/libevent.ini [new file with mode: 0644]
lib/linux/project.ini [new file with mode: 0644]
lib/md5.ini [new file with mode: 0644]
lib/mnit/project.ini [new file with mode: 0644]
lib/mpd.ini [new file with mode: 0644]
lib/mpi/project.ini [new file with mode: 0644]
lib/nitcorn/project.ini [new file with mode: 0644]
lib/noise.ini [new file with mode: 0644]
lib/performance_analysis.ini [new file with mode: 0644]
lib/posix_ext.ini [new file with mode: 0644]
lib/privileges/project.ini [new file with mode: 0644]
lib/pthreads/project.ini [new file with mode: 0644]
lib/realtime.ini [new file with mode: 0644]
lib/sdl.ini [new file with mode: 0644]
lib/sdl2/project.ini [new file with mode: 0644]
lib/sendmail.ini [new file with mode: 0644]
lib/serialization/project.ini [new file with mode: 0644]
lib/signals.ini [new file with mode: 0644]
lib/socket/project.ini [new file with mode: 0644]
lib/sqlite3/project.ini [new file with mode: 0644]
lib/x11.ini [new file with mode: 0644]
lib/xdg_basedir/project.ini [new file with mode: 0644]

diff --git a/lib/a_star.ini b/lib/a_star.ini
new file mode 100644 (file)
index 0000000..64e1f61
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=a_star
+tags=algo,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/a_star.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/a_star.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/android/project.ini b/lib/android/project.ini
new file mode 100644 (file)
index 0000000..d378b05
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=android
+tags=platform,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/android/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/android/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/app/project.ini b/lib/app/project.ini
new file mode 100644 (file)
index 0000000..7032d20
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=app
+tags=lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/app/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/app/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/bcm2835/project.ini b/lib/bcm2835/project.ini
new file mode 100644 (file)
index 0000000..07ade4d
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=bcm2835
+tags=embedded,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/bcm2835/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/bcm2835/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/binary/project.ini b/lib/binary/project.ini
new file mode 100644 (file)
index 0000000..c9f47da
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=binary
+tags=io,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/binary/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/binary/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/bucketed_game.ini b/lib/bucketed_game.ini
new file mode 100644 (file)
index 0000000..b419878
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=bucketed_game
+tags=game,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/bucketed_game.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/bucketed_game.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/c.ini b/lib/c.ini
new file mode 100644 (file)
index 0000000..415a61b
--- /dev/null
+++ b/lib/c.ini
@@ -0,0 +1,11 @@
+[project]
+name=c
+tags=language,wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/c.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/c.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/cocoa/project.ini b/lib/cocoa/project.ini
new file mode 100644 (file)
index 0000000..ceee0f1
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=cocoa
+tags=wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/cocoa/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/cocoa/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/cpp.ini b/lib/cpp.ini
new file mode 100644 (file)
index 0000000..7839cf6
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=cpp
+tags=language,wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/cpp.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/cpp.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/curl/project.ini b/lib/curl/project.ini
new file mode 100644 (file)
index 0000000..d399756
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=curl
+tags=network,wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/curl/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/curl/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/egl.ini b/lib/egl.ini
new file mode 100644 (file)
index 0000000..b3bb784
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=egl
+tags=graphics,wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/egl.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/egl.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/emscripten/project.ini b/lib/emscripten/project.ini
new file mode 100644 (file)
index 0000000..9789637
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=emscripten
+tags=platform,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/emscripten
+git=https://github.com/nitlang/nit.git
+git.directory=lib/emscripten
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/gamnit/project.ini b/lib/gamnit/project.ini
new file mode 100644 (file)
index 0000000..8a930eb
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=gamnit
+tags=game,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/gamnit/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/gamnit/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/glesv2/project.ini b/lib/glesv2/project.ini
new file mode 100644 (file)
index 0000000..9dec9a4
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=glesv2
+tags=graphics,wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/glesv2/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/glesv2/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/gtk/project.ini b/lib/gtk/project.ini
new file mode 100644 (file)
index 0000000..a31bf4d
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=gtk
+tags=ui,wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/gtk/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/gtk/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/ios/project.ini b/lib/ios/project.ini
new file mode 100644 (file)
index 0000000..9f72e4d
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=ios
+tags=wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/ios/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/ios/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/java/project.ini b/lib/java/project.ini
new file mode 100644 (file)
index 0000000..59aa607
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=java
+tags=java,wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/java/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/java/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/json/project.ini b/lib/json/project.ini
new file mode 100644 (file)
index 0000000..0f67a08
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=json
+tags=format,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/json/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/json/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/jvm.ini b/lib/jvm.ini
new file mode 100644 (file)
index 0000000..2db3b5c
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=jvm
+tags=java,wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/jvm.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/jvm.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/libevent.ini b/lib/libevent.ini
new file mode 100644 (file)
index 0000000..28443b8
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=libevent
+tags=wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/libevent.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/libevent.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/linux/project.ini b/lib/linux/project.ini
new file mode 100644 (file)
index 0000000..8a8f7e5
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=linux
+tags=lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/linux/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/linux/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/md5.ini b/lib/md5.ini
new file mode 100644 (file)
index 0000000..24082f0
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=md5
+tags=encoding,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/md5.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/md5.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/mnit/project.ini b/lib/mnit/project.ini
new file mode 100644 (file)
index 0000000..8b19d29
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=mnit
+tags=lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/mnit/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/mnit/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/mpd.ini b/lib/mpd.ini
new file mode 100644 (file)
index 0000000..c687789
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=mpd
+tags=sound,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/mpd.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/mpd.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/mpi/project.ini b/lib/mpi/project.ini
new file mode 100644 (file)
index 0000000..8a3f9cd
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=mpi
+tags=parallelism,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/mpi
+git=https://github.com/nitlang/nit.git
+git.directory=lib/mpi
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/nitcorn/project.ini b/lib/nitcorn/project.ini
new file mode 100644 (file)
index 0000000..4dd2c83
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=nitcorn
+tags=network,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/nitcorn/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/nitcorn/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/noise.ini b/lib/noise.ini
new file mode 100644 (file)
index 0000000..2c1968d
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=noise
+tags=algo,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/noise.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/noise.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/performance_analysis.ini b/lib/performance_analysis.ini
new file mode 100644 (file)
index 0000000..a6977ec
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=performance_analysis
+tags=debug,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/performance_analysis.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/performance_analysis.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/posix_ext.ini b/lib/posix_ext.ini
new file mode 100644 (file)
index 0000000..16b1708
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=posix_ext
+tags=wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/posix_ext.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/posix_ext.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/privileges/project.ini b/lib/privileges/project.ini
new file mode 100644 (file)
index 0000000..e92dfbc
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=privileges
+tags=lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/privileges/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/privileges/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/pthreads/project.ini b/lib/pthreads/project.ini
new file mode 100644 (file)
index 0000000..292b853
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=pthreads
+tags=parallelism,wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/pthreads/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/pthreads/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/realtime.ini b/lib/realtime.ini
new file mode 100644 (file)
index 0000000..e80fb32
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=realtime
+tags=lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/realtime.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/realtime.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/sdl.ini b/lib/sdl.ini
new file mode 100644 (file)
index 0000000..4020e46
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=sdl
+tags=graphics,wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/sdl.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/sdl.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/sdl2/project.ini b/lib/sdl2/project.ini
new file mode 100644 (file)
index 0000000..5a919d5
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=sdl2
+tags=graphics,wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/sdl2/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/sdl2/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/sendmail.ini b/lib/sendmail.ini
new file mode 100644 (file)
index 0000000..09e35a1
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=sendmail
+tags=network,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/sendmail.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/sendmail.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/serialization/project.ini b/lib/serialization/project.ini
new file mode 100644 (file)
index 0000000..b124e84
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=serialization
+tags=lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/serialization/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/serialization/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/signals.ini b/lib/signals.ini
new file mode 100644 (file)
index 0000000..8dc022a
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=signals
+tags=wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/signals.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/signals.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/socket/project.ini b/lib/socket/project.ini
new file mode 100644 (file)
index 0000000..425c71e
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=socket
+tags=network,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/socket/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/socket/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/sqlite3/project.ini b/lib/sqlite3/project.ini
new file mode 100644 (file)
index 0000000..f995fb3
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=sqlite3
+tags=database,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/sqlite3/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/sqlite3/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/x11.ini b/lib/x11.ini
new file mode 100644 (file)
index 0000000..12fa59e
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=x11
+tags=ui,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/x11.nit
+git=https://github.com/nitlang/nit.git
+git.directory=lib/x11.nit
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues
diff --git a/lib/xdg_basedir/project.ini b/lib/xdg_basedir/project.ini
new file mode 100644 (file)
index 0000000..cf51920
--- /dev/null
@@ -0,0 +1,11 @@
+[project]
+name=xdg_basedir
+tags=wrapper,lib
+maintainer=Alexis Laferrière <alexis.laf@xymus.net>
+license=Apache-2.0
+[upstream]
+browse=https://github.com/nitlang/nit/tree/master/lib/xdg_basedir/
+git=https://github.com/nitlang/nit.git
+git.directory=lib/xdg_basedir/
+homepage=http://nitlanguage.org
+issues=https://github.com/nitlang/nit/issues