From 037ac265c8e5e69233638d97d2a2b64194c29ef9 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Thu, 10 May 2018 12:31:08 -0400 Subject: [PATCH] lib: generate `package.desc` keys to all packages Signed-off-by: Alexandre Terrasa --- lib/a_star/package.ini | 1 + lib/actors/package.ini | 1 + lib/ai/package.ini | 1 + lib/android/package.ini | 1 + lib/app/package.ini | 1 + lib/array_debug/package.ini | 1 + lib/base64/package.ini | 1 + lib/bcm2835/package.ini | 1 + lib/binary/package.ini | 1 + lib/bitmap/package.ini | 1 + lib/bucketed_game/package.ini | 1 + lib/c/package.ini | 1 + lib/cartesian/package.ini | 1 + lib/cocoa/package.ini | 1 + lib/combinations/package.ini | 1 + lib/config/package.ini | 1 + lib/console/package.ini | 1 + lib/core/package.ini | 1 + lib/counter/package.ini | 1 + lib/cpp/package.ini | 1 + lib/crapto/package.ini | 1 + lib/crypto/package.ini | 1 + lib/csv/package.ini | 1 + lib/curl/package.ini | 1 + lib/curses/package.ini | 1 + lib/date/package.ini | 1 + lib/deriving/package.ini | 1 + lib/dom/package.ini | 1 + lib/dot/package.ini | 1 + lib/egl/package.ini | 1 + lib/emscripten/package.ini | 1 + lib/event_queue/package.ini | 1 + lib/for_abuse/package.ini | 1 + lib/gamnit/package.ini | 1 + lib/gen_nit/package.ini | 1 + lib/geometry/package.ini | 1 + lib/gettext/package.ini | 1 + lib/github/package.ini | 1 + lib/glesv2/package.ini | 1 + lib/gmp/package.ini | 1 + lib/gtk/package.ini | 1 + lib/hash_debug/package.ini | 1 + lib/html/package.ini | 1 + lib/ini/package.ini | 1 + lib/ios/package.ini | 1 + lib/java/package.ini | 1 + lib/json/package.ini | 1 + lib/jvm/package.ini | 1 + lib/libevent/package.ini | 1 + lib/linux/package.ini | 1 + lib/logic/package.ini | 1 + lib/markdown/package.ini | 1 + lib/matrix/package.ini | 1 + lib/md5/package.ini | 1 + lib/meta/package.ini | 1 + lib/mongodb/package.ini | 1 + lib/more_collections/package.ini | 1 + lib/mpd/package.ini | 1 + lib/mpi/package.ini | 1 + lib/msgpack/package.ini | 1 + lib/neo4j/package.ini | 1 + lib/nitcc_runtime/package.ini | 1 + lib/nitcorn/package.ini | 1 + lib/niti_runtime/package.ini | 1 + lib/nlp/package.ini | 1 + lib/noise/package.ini | 1 + lib/opts/package.ini | 1 + lib/ordered_tree/package.ini | 1 + lib/parser_base/package.ini | 1 + lib/perfect_hashing/package.ini | 1 + lib/performance_analysis/package.ini | 1 + lib/pipeline/package.ini | 1 + lib/popcorn/package.ini | 1 + lib/poset/package.ini | 1 + lib/posix_ext/package.ini | 1 + lib/privileges/package.ini | 1 + lib/progression/package.ini | 1 + lib/prompt/package.ini | 1 + lib/pthreads/package.ini | 1 + lib/readline/package.ini | 1 + lib/realtime/package.ini | 1 + lib/ropes_debug/package.ini | 1 + lib/rubix/package.ini | 1 + lib/sax/package.ini | 1 + lib/saxophonit/package.ini | 1 + lib/scene2d/package.ini | 1 + lib/sdl2/package.ini | 1 + lib/sendmail/package.ini | 1 + lib/serialization/package.ini | 1 + lib/sexp/package.ini | 1 + lib/sha1/package.ini | 1 + lib/signals/package.ini | 1 + lib/socket/package.ini | 1 + lib/sqlite3/package.ini | 1 + lib/standard/package.ini | 1 + lib/symbol/package.ini | 1 + lib/template/package.ini | 1 + lib/text_stat/package.ini | 1 + lib/trees/package.ini | 1 + lib/websocket/package.ini | 1 + lib/x11/package.ini | 1 + lib/xdg_basedir/package.ini | 1 + 102 files changed, 102 insertions(+) diff --git a/lib/a_star/package.ini b/lib/a_star/package.ini index c0540d2..ed5e95f 100644 --- a/lib/a_star/package.ini +++ b/lib/a_star/package.ini @@ -3,6 +3,7 @@ name=a_star tags=algo,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=A* pathfinding in graphs [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/a_star/ git=https://github.com/nitlang/nit.git diff --git a/lib/actors/package.ini b/lib/actors/package.ini index 686b089..ce87f58 100644 --- a/lib/actors/package.ini +++ b/lib/actors/package.ini @@ -3,6 +3,7 @@ name=actors tags=parallelism,lib maintainer=Romain Chanoir license=Apache-2.0 +desc=Nit Actor Model [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/actors/ git=https://github.com/nitlang/nit.git diff --git a/lib/ai/package.ini b/lib/ai/package.ini index 3e9fdf8..fd7ff18 100644 --- a/lib/ai/package.ini +++ b/lib/ai/package.ini @@ -3,6 +3,7 @@ name=ai tags=ai,algo,lib maintainer=Jean Privat license=Apache-2.0 +desc=Simple library for basic artificial intelligence algorithms [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/ai/ git=https://github.com/nitlang/nit.git diff --git a/lib/android/package.ini b/lib/android/package.ini index 6912264..52f41d0 100644 --- a/lib/android/package.ini +++ b/lib/android/package.ini @@ -3,6 +3,7 @@ name=android tags=platform,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Android platform support and APIs [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/android/ git=https://github.com/nitlang/nit.git diff --git a/lib/app/package.ini b/lib/app/package.ini index 88a75fb..a958032 100644 --- a/lib/app/package.ini +++ b/lib/app/package.ini @@ -3,6 +3,7 @@ name=app tags=lib,mobile maintainer=Alexis Laferrière license=Apache-2.0 +desc=_app.nit_, a framework for portable applications [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/app/ git=https://github.com/nitlang/nit.git diff --git a/lib/array_debug/package.ini b/lib/array_debug/package.ini index 33b3958..ab6afb6 100644 --- a/lib/array_debug/package.ini +++ b/lib/array_debug/package.ini @@ -3,6 +3,7 @@ name=array_debug tags=debug,lib maintainer=Alexandre Terrasa license=Apache-2.0 +desc=Exposes functions to help profile or debug Arrays [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/array_debug/ git=https://github.com/nitlang/nit.git diff --git a/lib/base64/package.ini b/lib/base64/package.ini index 4148d79..3b228d7 100644 --- a/lib/base64/package.ini +++ b/lib/base64/package.ini @@ -3,6 +3,7 @@ name=base64 tags=encoding,lib maintainer=Lucas Bajolet license=Apache-2.0 +desc=Offers the base 64 encoding and decoding algorithms [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/base64/ git=https://github.com/nitlang/nit.git diff --git a/lib/bcm2835/package.ini b/lib/bcm2835/package.ini index 928a8e6..b5162f5 100644 --- a/lib/bcm2835/package.ini +++ b/lib/bcm2835/package.ini @@ -3,6 +3,7 @@ name=bcm2835 tags=embedded,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Services to control the bcm2835 chipset used in the Raspberry Pi [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/bcm2835/ git=https://github.com/nitlang/nit.git diff --git a/lib/binary/package.ini b/lib/binary/package.ini index 227e529..a4f3ac9 100644 --- a/lib/binary/package.ini +++ b/lib/binary/package.ini @@ -3,6 +3,7 @@ name=binary tags=io,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Read and write binary data with any `Reader` and `Writer` [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/binary/ git=https://github.com/nitlang/nit.git diff --git a/lib/bitmap/package.ini b/lib/bitmap/package.ini index 21ecf9a..c8c2802 100644 --- a/lib/bitmap/package.ini +++ b/lib/bitmap/package.ini @@ -3,6 +3,7 @@ name=bitmap tags=lib maintainer=Lucas Bajolet license=Apache-2.0 +desc=24-bit bitmap image representation [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/bitmap/ git=https://github.com/nitlang/nit.git diff --git a/lib/bucketed_game/package.ini b/lib/bucketed_game/package.ini index e9dfe5d..0624499 100644 --- a/lib/bucketed_game/package.ini +++ b/lib/bucketed_game/package.ini @@ -3,6 +3,7 @@ name=bucketed_game tags=game,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Game framework with an emphasis on efficient event coordination [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/bucketed_game/ git=https://github.com/nitlang/nit.git diff --git a/lib/c/package.ini b/lib/c/package.ini index 72514cf..83f9c15 100644 --- a/lib/c/package.ini +++ b/lib/c/package.ini @@ -3,6 +3,7 @@ name=c tags=language,wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Structures and services for compatibility with the C language [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/c/ git=https://github.com/nitlang/nit.git diff --git a/lib/cartesian/package.ini b/lib/cartesian/package.ini index d3f2d06..7d61b78 100644 --- a/lib/cartesian/package.ini +++ b/lib/cartesian/package.ini @@ -3,6 +3,7 @@ name=cartesian tags=algo,lib maintainer=Jean Privat license=Apache-2.0 +desc=Memory-efficient Cartesian products on heterogeneous collections [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/cartesian/ git=https://github.com/nitlang/nit.git diff --git a/lib/cocoa/package.ini b/lib/cocoa/package.ini index 44c18eb..042aafa 100644 --- a/lib/cocoa/package.ini +++ b/lib/cocoa/package.ini @@ -3,6 +3,7 @@ name=cocoa tags=wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Cocoa API, the development layer of OS X [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/cocoa/ git=https://github.com/nitlang/nit.git diff --git a/lib/combinations/package.ini b/lib/combinations/package.ini index a9544ef..a0daa22 100644 --- a/lib/combinations/package.ini +++ b/lib/combinations/package.ini @@ -3,6 +3,7 @@ name=combinations tags=algo,lib maintainer=Jean Privat license=Apache-2.0 +desc=Memory-efficient Cartesian products, combinations and permutation on collections [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/combinations/ git=https://github.com/nitlang/nit.git diff --git a/lib/config/package.ini b/lib/config/package.ini index 9716c31..44a826d 100644 --- a/lib/config/package.ini +++ b/lib/config/package.ini @@ -3,6 +3,7 @@ name=config tags=config,options,ini,lib maintainer=Alexandre Terrasa license=Apache-2.0 +desc=Configuration options for nit tools and apps [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/config/ git=https://github.com/nitlang/nit.git diff --git a/lib/console/package.ini b/lib/console/package.ini index 4f6a168..b40f129 100644 --- a/lib/console/package.ini +++ b/lib/console/package.ini @@ -3,6 +3,7 @@ name=console tags=terminal,lib maintainer=Jean-Christophe Beaupré license=Apache-2.0 +desc=Defines some ANSI Terminal Control Escape Sequences [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/console/ git=https://github.com/nitlang/nit.git diff --git a/lib/core/package.ini b/lib/core/package.ini index 0cfeb2e..0c175eb 100644 --- a/lib/core/package.ini +++ b/lib/core/package.ini @@ -4,6 +4,7 @@ tags=lib maintainer=Jean Privat license=Apache-2.0 more_contributors=Jean-Christophe Beaupré , Romain Chanoir , Christophe Gigax , Frédéric Vachon , Jean-Sebastien Gelinas , Alexandre Blondin Massé , Johan Kayser , Johann Dubois , Julien Pagès +desc=Nit common library of core classes and methods [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/core/ git=https://github.com/nitlang/nit.git diff --git a/lib/counter/package.ini b/lib/counter/package.ini index b6d459e..0a94e9d 100644 --- a/lib/counter/package.ini +++ b/lib/counter/package.ini @@ -3,6 +3,7 @@ name=counter tags=algo,lib maintainer=Jean Privat license=Apache-2.0 +desc=Simple numerical statistical analysis and presentation [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/counter/ git=https://github.com/nitlang/nit.git diff --git a/lib/cpp/package.ini b/lib/cpp/package.ini index a1b5bff..589e1b4 100644 --- a/lib/cpp/package.ini +++ b/lib/cpp/package.ini @@ -3,6 +3,7 @@ name=cpp tags=language,wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Services for compatibility with C++ code and libraries [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/cpp/ git=https://github.com/nitlang/nit.git diff --git a/lib/crapto/package.ini b/lib/crapto/package.ini index 87e21bd..4b74f62 100644 --- a/lib/crapto/package.ini +++ b/lib/crapto/package.ini @@ -3,6 +3,7 @@ name=crapto tags=crypto maintainer=Philippe Pépos Petitclerc license=Apache-2.0 +desc=Cryptographic attacks and utilities [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/crapto/ git=https://github.com/nitlang/nit.git diff --git a/lib/crypto/package.ini b/lib/crypto/package.ini index b3706b6..d28a198 100644 --- a/lib/crypto/package.ini +++ b/lib/crypto/package.ini @@ -3,6 +3,7 @@ name=crypto tags=crypto,algo,lib maintainer=Lucas Bajolet license=Apache-2.0 +desc=Mix of all things cryptography-related [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/crypto/ git=https://github.com/nitlang/nit.git diff --git a/lib/csv/package.ini b/lib/csv/package.ini index abbb852..aba3ea5 100644 --- a/lib/csv/package.ini +++ b/lib/csv/package.ini @@ -3,6 +3,7 @@ name=csv tags=format,lib maintainer=Alexandre Terrasa license=Apache-2.0 +desc=CSV document handling [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/csv/ git=https://github.com/nitlang/nit.git diff --git a/lib/curl/package.ini b/lib/curl/package.ini index bc8502d..7d97e85 100644 --- a/lib/curl/package.ini +++ b/lib/curl/package.ini @@ -3,6 +3,7 @@ name=curl tags=network,wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Data transfer powered by the native curl library [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/curl/ git=https://github.com/nitlang/nit.git diff --git a/lib/curses/package.ini b/lib/curses/package.ini index cd3c99e..b5e4753 100644 --- a/lib/curses/package.ini +++ b/lib/curses/package.ini @@ -3,6 +3,7 @@ name=curses tags=ui,terminal,wrapper,lib maintainer=Jean Privat license=Apache-2.0 +desc=Curses for Nit [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/curses/ git=https://github.com/nitlang/nit.git diff --git a/lib/date/package.ini b/lib/date/package.ini index 87642f8..ce5a290 100644 --- a/lib/date/package.ini +++ b/lib/date/package.ini @@ -3,6 +3,7 @@ name=date tags=lib maintainer=Mehdi Ait Younes license=Apache-2.0 +desc=Services to manipulate `Date`, `Time` and `DateTime` [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/date/ git=https://github.com/nitlang/nit.git diff --git a/lib/deriving/package.ini b/lib/deriving/package.ini index 11b0081..e6b4ba7 100644 --- a/lib/deriving/package.ini +++ b/lib/deriving/package.ini @@ -3,6 +3,7 @@ name=deriving tags=lib maintainer=Jean Privat license=Apache-2.0 +desc=Automatic derivable implementations of standard basic methods [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/deriving/ git=https://github.com/nitlang/nit.git diff --git a/lib/dom/package.ini b/lib/dom/package.ini index 64a1947..32775bf 100644 --- a/lib/dom/package.ini +++ b/lib/dom/package.ini @@ -3,6 +3,7 @@ name=dom tags=xml,lib maintainer=Lucas Bajolet license=Apache-2.0 +desc=Easy XML DOM parser [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/dom/ git=https://github.com/nitlang/nit.git diff --git a/lib/dot/package.ini b/lib/dot/package.ini index 6824bd6..37abbc2 100644 --- a/lib/dot/package.ini +++ b/lib/dot/package.ini @@ -3,6 +3,7 @@ name=dot tags=dot,graphviz,visualization,graph maintainer=Alexandre Terrasa license=Apache-2.0 +desc=Dot rendering library [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/dot/ git=https://github.com/nitlang/nit.git diff --git a/lib/egl/package.ini b/lib/egl/package.ini index d008cf4..9538a88 100644 --- a/lib/egl/package.ini +++ b/lib/egl/package.ini @@ -3,6 +3,7 @@ name=egl tags=graphics,wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/egl/ git=https://github.com/nitlang/nit.git diff --git a/lib/emscripten/package.ini b/lib/emscripten/package.ini index 130ef70..f1c6c31 100644 --- a/lib/emscripten/package.ini +++ b/lib/emscripten/package.ini @@ -3,6 +3,7 @@ name=emscripten tags=platform,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Platform for the _emscripten_ framework [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/emscripten/ git=https://github.com/nitlang/nit.git diff --git a/lib/event_queue/package.ini b/lib/event_queue/package.ini index 9ec2bdd..bd7e879 100644 --- a/lib/event_queue/package.ini +++ b/lib/event_queue/package.ini @@ -3,6 +3,7 @@ name=event_queue tags=lib maintainer=Jean Privat license=Apache-2.0 +desc=Register, update and discard events in a timeline [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/event_queue/ git=https://github.com/nitlang/nit.git diff --git a/lib/for_abuse/package.ini b/lib/for_abuse/package.ini index ee907e4..16e56f9 100644 --- a/lib/for_abuse/package.ini +++ b/lib/for_abuse/package.ini @@ -3,6 +3,7 @@ name=for_abuse tags=algo,lib maintainer=Jean Privat license=Apache-2.0 +desc=Service management through the `for` control structure [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/for_abuse/ git=https://github.com/nitlang/nit.git diff --git a/lib/gamnit/package.ini b/lib/gamnit/package.ini index ad9c8cb..81c6aa7 100644 --- a/lib/gamnit/package.ini +++ b/lib/gamnit/package.ini @@ -3,6 +3,7 @@ name=gamnit tags=game,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Portable game and multimedia framework for Nit [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/gamnit/ git=https://github.com/nitlang/nit.git diff --git a/lib/gen_nit/package.ini b/lib/gen_nit/package.ini index 169ddb4..9b687a5 100644 --- a/lib/gen_nit/package.ini +++ b/lib/gen_nit/package.ini @@ -3,6 +3,7 @@ name=gen_nit tags=devel maintainer=Alexis Laferrière license=Apache-2.0 +desc=Support to generate and otherwise manipulate Nit code [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/gen_nit/ git=https://github.com/nitlang/nit.git diff --git a/lib/geometry/package.ini b/lib/geometry/package.ini index 077c7b6..060252c 100644 --- a/lib/geometry/package.ini +++ b/lib/geometry/package.ini @@ -3,6 +3,7 @@ name=geometry tags=algo,lib maintainer=Romain Chanoir license=Apache-2.0 +desc=Basic geometry data structures and services [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/geometry/ git=https://github.com/nitlang/nit.git diff --git a/lib/gettext/package.ini b/lib/gettext/package.ini index 512db68..418d0b7 100644 --- a/lib/gettext/package.ini +++ b/lib/gettext/package.ini @@ -3,6 +3,7 @@ name=gettext tags=i18n,lib maintainer=Lucas Bajolet license=Apache-2.0 +desc=Internationalization of Strings using `gettext` library [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/gettext/ git=https://github.com/nitlang/nit.git diff --git a/lib/github/package.ini b/lib/github/package.ini index 030bbd7..8a4e30b 100644 --- a/lib/github/package.ini +++ b/lib/github/package.ini @@ -3,6 +3,7 @@ name=github tags=web,lib maintainer=Alexandre Terrasa license=Apache-2.0 +desc=Nit wrapper for Github API [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/github/ git=https://github.com/nitlang/nit.git diff --git a/lib/glesv2/package.ini b/lib/glesv2/package.ini index 5fcd07e..868f553 100644 --- a/lib/glesv2/package.ini +++ b/lib/glesv2/package.ini @@ -3,6 +3,7 @@ name=glesv2 tags=graphics,wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=OpenGL graphics rendering library for embedded systems, version 2.0 [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/glesv2/ git=https://github.com/nitlang/nit.git diff --git a/lib/gmp/package.ini b/lib/gmp/package.ini index c2fb084..06138f4 100644 --- a/lib/gmp/package.ini +++ b/lib/gmp/package.ini @@ -3,6 +3,7 @@ name=gmp tags=maths,lib maintainer=PatrickBlanchette license=Apache-2.0 +desc=Multi precision integer and rational number using gmp lib [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/gmp/ git=https://github.com/nitlang/nit.git diff --git a/lib/gtk/package.ini b/lib/gtk/package.ini index 1b7d4f4..d0bdd93 100644 --- a/lib/gtk/package.ini +++ b/lib/gtk/package.ini @@ -3,6 +3,7 @@ name=gtk tags=ui,wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=GTK+ widgets and services [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/gtk/ git=https://github.com/nitlang/nit.git diff --git a/lib/hash_debug/package.ini b/lib/hash_debug/package.ini index 0112a9a..9cfb3dd 100644 --- a/lib/hash_debug/package.ini +++ b/lib/hash_debug/package.ini @@ -3,6 +3,7 @@ name=hash_debug tags=debug,lib maintainer=Jean Privat license=Apache-2.0 +desc=Inject behavior analysis to hash-collections (HashMap, HashSet, etc.) [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/hash_debug/ git=https://github.com/nitlang/nit.git diff --git a/lib/html/package.ini b/lib/html/package.ini index 42df9f4..f1f5d12 100644 --- a/lib/html/package.ini +++ b/lib/html/package.ini @@ -3,6 +3,7 @@ name=html tags=format,lib maintainer=Alexandre Terrasa license=Apache-2.0 +desc=HTML output facilities [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/html/ git=https://github.com/nitlang/nit.git diff --git a/lib/ini/package.ini b/lib/ini/package.ini index 896be61..9611f06 100644 --- a/lib/ini/package.ini +++ b/lib/ini/package.ini @@ -3,6 +3,7 @@ name=ini tags=format,lib maintainer=Alexandre Terrasa license=Apache-2.0 +desc=Handle ini config files [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/ini/ git=https://github.com/nitlang/nit.git diff --git a/lib/ios/package.ini b/lib/ios/package.ini index 22034ae..0bd4262 100644 --- a/lib/ios/package.ini +++ b/lib/ios/package.ini @@ -3,6 +3,7 @@ name=ios tags=wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=iOS support for _app.nit_ [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/ios/ git=https://github.com/nitlang/nit.git diff --git a/lib/java/package.ini b/lib/java/package.ini index 41d7e23..88ce002 100644 --- a/lib/java/package.ini +++ b/lib/java/package.ini @@ -3,6 +3,7 @@ name=java tags=java,wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Supporting services for the FFI with Java and to access Java libraries [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/java/ git=https://github.com/nitlang/nit.git diff --git a/lib/json/package.ini b/lib/json/package.ini index 41483ef..25ee722 100644 --- a/lib/json/package.ini +++ b/lib/json/package.ini @@ -3,6 +3,7 @@ name=json tags=format,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=read and write JSON formatted text [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/json/ git=https://github.com/nitlang/nit.git diff --git a/lib/jvm/package.ini b/lib/jvm/package.ini index 605410b..cd54b1b 100644 --- a/lib/jvm/package.ini +++ b/lib/jvm/package.ini @@ -3,6 +3,7 @@ name=jvm tags=java,wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Java Virtual Machine invocation API and others services from the JNI C API [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/jvm/ git=https://github.com/nitlang/nit.git diff --git a/lib/libevent/package.ini b/lib/libevent/package.ini index 59be396..c24d489 100644 --- a/lib/libevent/package.ini +++ b/lib/libevent/package.ini @@ -3,6 +3,7 @@ name=libevent tags=wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Low-level wrapper around the libevent library to manage events on file descriptors [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/libevent/ git=https://github.com/nitlang/nit.git diff --git a/lib/linux/package.ini b/lib/linux/package.ini index 11f52d8..0b8fdc3 100644 --- a/lib/linux/package.ini +++ b/lib/linux/package.ini @@ -3,6 +3,7 @@ name=linux tags=lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Implementation of app.nit for the Linux platform [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/linux/ git=https://github.com/nitlang/nit.git diff --git a/lib/logic/package.ini b/lib/logic/package.ini index 4394b65..49da56f 100644 --- a/lib/logic/package.ini +++ b/lib/logic/package.ini @@ -3,6 +3,7 @@ name=logic tags=algo,lib maintainer=Jean Privat license=Apache-2.0 +desc=First-order logic data structure and algorithm [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/logic/ git=https://github.com/nitlang/nit.git diff --git a/lib/markdown/package.ini b/lib/markdown/package.ini index c66f5a6..802d706 100644 --- a/lib/markdown/package.ini +++ b/lib/markdown/package.ini @@ -3,6 +3,7 @@ name=markdown tags=format,lib maintainer=Alexandre Terrasa license=Apache-2.0 +desc=A markdown parser for Nit [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/markdown/ git=https://github.com/nitlang/nit.git diff --git a/lib/matrix/package.ini b/lib/matrix/package.ini index 4bd9013..d9eb11b 100644 --- a/lib/matrix/package.ini +++ b/lib/matrix/package.ini @@ -3,6 +3,7 @@ name=matrix tags=lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Services for matrices of `Float` values [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/matrix/ git=https://github.com/nitlang/nit.git diff --git a/lib/md5/package.ini b/lib/md5/package.ini index 7818a5e..07297a4 100644 --- a/lib/md5/package.ini +++ b/lib/md5/package.ini @@ -3,6 +3,7 @@ name=md5 tags=encoding,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Native MD5 digest implementation as `Text::md5` [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/md5/ git=https://github.com/nitlang/nit.git diff --git a/lib/meta/package.ini b/lib/meta/package.ini index d80bb8c..2e12e1b 100644 --- a/lib/meta/package.ini +++ b/lib/meta/package.ini @@ -3,6 +3,7 @@ name=meta tags=lib maintainer=Jean Privat license=Apache-2.0 +desc=Simple user-defined meta-level to manipulate types of instances as object [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/meta/ git=https://github.com/nitlang/nit.git diff --git a/lib/mongodb/package.ini b/lib/mongodb/package.ini index f492aa4..770f8c6 100644 --- a/lib/mongodb/package.ini +++ b/lib/mongodb/package.ini @@ -3,6 +3,7 @@ name=mongodb tags=database,lib maintainer=Alexandre Terrasa license=Apache-2.0 +desc=MongoDB Nit Driver [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/mongodb/ git=https://github.com/nitlang/nit.git diff --git a/lib/more_collections/package.ini b/lib/more_collections/package.ini index 13ea963..63bc801 100644 --- a/lib/more_collections/package.ini +++ b/lib/more_collections/package.ini @@ -3,6 +3,7 @@ name=more_collections tags=algo,lib maintainer=Jean Privat license=Apache-2.0 +desc=Highly specific, but useful, collections-related classes [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/more_collections/ git=https://github.com/nitlang/nit.git diff --git a/lib/mpd/package.ini b/lib/mpd/package.ini index 80276cb..2d2e69d 100644 --- a/lib/mpd/package.ini +++ b/lib/mpd/package.ini @@ -3,6 +3,7 @@ name=mpd tags=sound,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Music Player Daemon client library [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/mpd/ git=https://github.com/nitlang/nit.git diff --git a/lib/mpi/package.ini b/lib/mpi/package.ini index c5e7c26..3eb7bde 100644 --- a/lib/mpi/package.ini +++ b/lib/mpi/package.ini @@ -3,6 +3,7 @@ name=mpi tags=parallelism,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Implementation of the Message Passing Interface protocol by wrapping OpenMPI [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/mpi/ git=https://github.com/nitlang/nit.git diff --git a/lib/msgpack/package.ini b/lib/msgpack/package.ini index 2820571..cf12382 100644 --- a/lib/msgpack/package.ini +++ b/lib/msgpack/package.ini @@ -3,6 +3,7 @@ name=msgpack tags=format,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=MessagePack, an efficient binary serialization format [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/msgpack/ git=https://github.com/nitlang/nit.git diff --git a/lib/neo4j/package.ini b/lib/neo4j/package.ini index 9cab771..f79ca50 100644 --- a/lib/neo4j/package.ini +++ b/lib/neo4j/package.ini @@ -3,6 +3,7 @@ name=neo4j tags=database,lib maintainer=Alexandre Terrasa license=Apache-2.0 +desc=Neo4j connector through its JSON REST API using curl [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/neo4j/ git=https://github.com/nitlang/nit.git diff --git a/lib/nitcc_runtime/package.ini b/lib/nitcc_runtime/package.ini index 366a36a..33d501f 100644 --- a/lib/nitcc_runtime/package.ini +++ b/lib/nitcc_runtime/package.ini @@ -3,6 +3,7 @@ name=nitcc_runtime tags=lib maintainer=Jean Privat license=Apache-2.0 +desc=Runtime library required by parsers and lexers generated by nitcc [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/nitcc_runtime/ git=https://github.com/nitlang/nit.git diff --git a/lib/nitcorn/package.ini b/lib/nitcorn/package.ini index 94e1da2..4b5cbb3 100644 --- a/lib/nitcorn/package.ini +++ b/lib/nitcorn/package.ini @@ -4,6 +4,7 @@ tags=network,lib maintainer=Alexis Laferrière license=Apache-2.0 more_contributors=Jean-Philippe Caissy , Guillaume Auger, Frederic Sevillano, Justin Michaud-Ouellette, Stephan Michaud, Maxime Bélanger +desc=Lightweight framework for Web applications development [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/nitcorn/ git=https://github.com/nitlang/nit.git diff --git a/lib/niti_runtime/package.ini b/lib/niti_runtime/package.ini index 536ed5a..5c7e8ea 100644 --- a/lib/niti_runtime/package.ini +++ b/lib/niti_runtime/package.ini @@ -3,6 +3,7 @@ name=niti_runtime tags=lib maintainer=Jean Privat license=Apache-2.0 +desc=Runtime library to loop around the main program for each line in file-name arguments [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/niti_runtime/ git=https://github.com/nitlang/nit.git diff --git a/lib/nlp/package.ini b/lib/nlp/package.ini index 789aa44..b29bbf1 100644 --- a/lib/nlp/package.ini +++ b/lib/nlp/package.ini @@ -3,6 +3,7 @@ name=nlp tags=nlp,lib maintainer=Alexandre Terrasa license=Apache-2.0 +desc=Nit wrapper for Stanford CoreNLP [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/nlp/ git=https://github.com/nitlang/nit.git diff --git a/lib/noise/package.ini b/lib/noise/package.ini index ce15524..713757a 100644 --- a/lib/noise/package.ini +++ b/lib/noise/package.ini @@ -3,6 +3,7 @@ name=noise tags=algo,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Noise generators `PerlinNoise` and `InterpolatedNoise` [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/noise/ git=https://github.com/nitlang/nit.git diff --git a/lib/opts/package.ini b/lib/opts/package.ini index 9c63322..4e46d04 100644 --- a/lib/opts/package.ini +++ b/lib/opts/package.ini @@ -3,6 +3,7 @@ name=opts tags=cli,lib maintainer=Jean Privat license=Apache-2.0 +desc=Management of options on the command line [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/opts/ git=https://github.com/nitlang/nit.git diff --git a/lib/ordered_tree/package.ini b/lib/ordered_tree/package.ini index b891ad0..0df776f 100644 --- a/lib/ordered_tree/package.ini +++ b/lib/ordered_tree/package.ini @@ -3,6 +3,7 @@ name=ordered_tree tags=algo,lib maintainer=Jean Privat license=Apache-2.0 +desc=Manipulation and presentation of ordered trees [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/ordered_tree/ git=https://github.com/nitlang/nit.git diff --git a/lib/parser_base/package.ini b/lib/parser_base/package.ini index 48675e7..9b11aa6 100644 --- a/lib/parser_base/package.ini +++ b/lib/parser_base/package.ini @@ -3,6 +3,7 @@ name=parser_base tags=format,lib maintainer=Lucas Bajolet license=Apache-2.0 +desc=Simple base for hand-made parsers of all kinds [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/parser_base/ git=https://github.com/nitlang/nit.git diff --git a/lib/perfect_hashing/package.ini b/lib/perfect_hashing/package.ini index aed6ba6..10f066d 100644 --- a/lib/perfect_hashing/package.ini +++ b/lib/perfect_hashing/package.ini @@ -3,6 +3,7 @@ name=perfect_hashing tags=algo,lib maintainer=Julien Pagès license=Apache-2.0 +desc=Perfect hashing and perfect numbering [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/perfect_hashing/ git=https://github.com/nitlang/nit.git diff --git a/lib/performance_analysis/package.ini b/lib/performance_analysis/package.ini index ac0cadd..b8e7169 100644 --- a/lib/performance_analysis/package.ini +++ b/lib/performance_analysis/package.ini @@ -3,6 +3,7 @@ name=performance_analysis tags=debug,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Services to gather information on the performance of events by categories [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/performance_analysis/ git=https://github.com/nitlang/nit.git diff --git a/lib/pipeline/package.ini b/lib/pipeline/package.ini index 3deee9b..39fd73f 100644 --- a/lib/pipeline/package.ini +++ b/lib/pipeline/package.ini @@ -3,6 +3,7 @@ name=pipeline tags=algo,lib maintainer=Jean Privat license=Apache-2.0 +desc=Pipelined filters and operations on iterators [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/pipeline/ git=https://github.com/nitlang/nit.git diff --git a/lib/popcorn/package.ini b/lib/popcorn/package.ini index a0f39b8..1dae5f5 100644 --- a/lib/popcorn/package.ini +++ b/lib/popcorn/package.ini @@ -3,6 +3,7 @@ name=popcorn tags=web,lib maintainer=Alexandre Terrasa license=Apache-2.0 +desc=Web application framework for Nit [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/popcorn/ git=https://github.com/nitlang/nit.git diff --git a/lib/poset/package.ini b/lib/poset/package.ini index 6f6badc..0980994 100644 --- a/lib/poset/package.ini +++ b/lib/poset/package.ini @@ -3,6 +3,7 @@ name=poset tags=algo,lib maintainer=Jean Privat license=Apache-2.0 +desc=Pre order sets and partial order set (ie hierarchies) [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/poset/ git=https://github.com/nitlang/nit.git diff --git a/lib/posix_ext/package.ini b/lib/posix_ext/package.ini index fac19c8..6b78527 100644 --- a/lib/posix_ext/package.ini +++ b/lib/posix_ext/package.ini @@ -3,6 +3,7 @@ name=posix_ext tags=wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Services not defined in POSIX but provided by most implementations [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/posix_ext/ git=https://github.com/nitlang/nit.git diff --git a/lib/privileges/package.ini b/lib/privileges/package.ini index 7c09a7c..ac99712 100644 --- a/lib/privileges/package.ini +++ b/lib/privileges/package.ini @@ -3,6 +3,7 @@ name=privileges tags=lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Process privileges management utilities [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/privileges/ git=https://github.com/nitlang/nit.git diff --git a/lib/progression/package.ini b/lib/progression/package.ini index 2948a59..5ffcd35 100644 --- a/lib/progression/package.ini +++ b/lib/progression/package.ini @@ -3,6 +3,7 @@ name=progression tags=lib maintainer=Jean-Christophe Beaupré license=Apache-2.0 +desc=Event-based interface to track the progression of an operation [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/progression/ git=https://github.com/nitlang/nit.git diff --git a/lib/prompt/package.ini b/lib/prompt/package.ini index 47bb342..676674d 100644 --- a/lib/prompt/package.ini +++ b/lib/prompt/package.ini @@ -3,6 +3,7 @@ name=prompt tags=console,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Basic services to display a prompt [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/prompt/ git=https://github.com/nitlang/nit.git diff --git a/lib/pthreads/package.ini b/lib/pthreads/package.ini index bb5bd5f..f1fbb14 100644 --- a/lib/pthreads/package.ini +++ b/lib/pthreads/package.ini @@ -3,6 +3,7 @@ name=pthreads tags=parallelism,wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=POSIX Threads support [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/pthreads/ git=https://github.com/nitlang/nit.git diff --git a/lib/readline/package.ini b/lib/readline/package.ini index 4d63d85..13a8c37 100644 --- a/lib/readline/package.ini +++ b/lib/readline/package.ini @@ -3,6 +3,7 @@ name=readline tags=lib maintainer=Frédéric Vachon license=Apache-2.0 +desc=GNU readline library wrapper [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/readline/ git=https://github.com/nitlang/nit.git diff --git a/lib/realtime/package.ini b/lib/realtime/package.ini index 86a5aaf..cb74921 100644 --- a/lib/realtime/package.ini +++ b/lib/realtime/package.ini @@ -3,6 +3,7 @@ name=realtime tags=lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Services to keep time of the wall clock time [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/realtime/ git=https://github.com/nitlang/nit.git diff --git a/lib/ropes_debug/package.ini b/lib/ropes_debug/package.ini index addd8d1..18cebb6 100644 --- a/lib/ropes_debug/package.ini +++ b/lib/ropes_debug/package.ini @@ -3,6 +3,7 @@ name=ropes_debug tags=debug,lib maintainer=Lucas Bajolet license=Apache-2.0 +desc=Exposes methods for debugging ropes when needed [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/ropes_debug/ git=https://github.com/nitlang/nit.git diff --git a/lib/rubix/package.ini b/lib/rubix/package.ini index 42b69b5..471717f 100644 --- a/lib/rubix/package.ini +++ b/lib/rubix/package.ini @@ -3,6 +3,7 @@ name=rubix tags=algo,lib maintainer=Lucas Bajolet license=Apache-2.0 +desc=Rubix-cube modelization library [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/rubix/ git=https://github.com/nitlang/nit.git diff --git a/lib/sax/package.ini b/lib/sax/package.ini index d2cd8b3..9c40bb4 100644 --- a/lib/sax/package.ini +++ b/lib/sax/package.ini @@ -3,6 +3,7 @@ name=sax tags=xml,format,lib maintainer=Jean-Christophe Beaupré license=Apache-2.0 +desc=Core SAX APIs [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/sax/ git=https://github.com/nitlang/nit.git diff --git a/lib/saxophonit/package.ini b/lib/saxophonit/package.ini index 47bbfd0..0a079ad 100644 --- a/lib/saxophonit/package.ini +++ b/lib/saxophonit/package.ini @@ -3,6 +3,7 @@ name=saxophonit tags=xml,format,lib maintainer=Jean-Christophe Beaupré license=Apache-2.0 +desc=A SAX 2 parser in Nit [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/saxophonit/ git=https://github.com/nitlang/nit.git diff --git a/lib/scene2d/package.ini b/lib/scene2d/package.ini index 9bf435b..506de5f 100644 --- a/lib/scene2d/package.ini +++ b/lib/scene2d/package.ini @@ -3,6 +3,7 @@ name=scene2d tags=game,lib maintainer=Jean Privat license=Apache-2.0 +desc=Framework for 2D management of game elements [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/scene2d/ git=https://github.com/nitlang/nit.git diff --git a/lib/sdl2/package.ini b/lib/sdl2/package.ini index 688490d..b3668d9 100644 --- a/lib/sdl2/package.ini +++ b/lib/sdl2/package.ini @@ -3,6 +3,7 @@ name=sdl2 tags=graphics,wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=This is a low-level wrapper of the SDL 2.0 library (as `sdl2`) and SDL_image 2.0 (as `sdl2::image`) [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/sdl2/ git=https://github.com/nitlang/nit.git diff --git a/lib/sendmail/package.ini b/lib/sendmail/package.ini index 7b0633e..604ea24 100644 --- a/lib/sendmail/package.ini +++ b/lib/sendmail/package.ini @@ -3,6 +3,7 @@ name=sendmail tags=network,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Send emails using the `sendmail` program [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/sendmail/ git=https://github.com/nitlang/nit.git diff --git a/lib/serialization/package.ini b/lib/serialization/package.ini index 7bcdcc1..74588f1 100644 --- a/lib/serialization/package.ini +++ b/lib/serialization/package.ini @@ -3,6 +3,7 @@ name=serialization tags=lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Abstract serialization services [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/serialization/ git=https://github.com/nitlang/nit.git diff --git a/lib/sexp/package.ini b/lib/sexp/package.ini index 8a10cd3..1113588 100644 --- a/lib/sexp/package.ini +++ b/lib/sexp/package.ini @@ -3,6 +3,7 @@ name=sexp tags=format,lib maintainer=Lucas Bajolet license=Apache-2.0 +desc=S-Expression parsing facilities [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/sexp/ git=https://github.com/nitlang/nit.git diff --git a/lib/sha1/package.ini b/lib/sha1/package.ini index d6f7fb9..f9982a5 100644 --- a/lib/sha1/package.ini +++ b/lib/sha1/package.ini @@ -3,6 +3,7 @@ name=sha1 tags=encoding,lib maintainer=Lucas Bajolet license=Apache-2.0 +desc=Provides methods to compute the SHA1 hash of a String [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/sha1/ git=https://github.com/nitlang/nit.git diff --git a/lib/signals/package.ini b/lib/signals/package.ini index a565eb9..24aef7b 100644 --- a/lib/signals/package.ini +++ b/lib/signals/package.ini @@ -3,6 +3,7 @@ name=signals tags=wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=ANSI C signal handling [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/signals/ git=https://github.com/nitlang/nit.git diff --git a/lib/socket/package.ini b/lib/socket/package.ini index 746114b..f7f3106 100644 --- a/lib/socket/package.ini +++ b/lib/socket/package.ini @@ -3,6 +3,7 @@ name=socket tags=network,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Socket services [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/socket/ git=https://github.com/nitlang/nit.git diff --git a/lib/sqlite3/package.ini b/lib/sqlite3/package.ini index 969906b..09651ca 100644 --- a/lib/sqlite3/package.ini +++ b/lib/sqlite3/package.ini @@ -3,6 +3,7 @@ name=sqlite3 tags=database,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Services to manipulate a Sqlite3 database [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/sqlite3/ git=https://github.com/nitlang/nit.git diff --git a/lib/standard/package.ini b/lib/standard/package.ini index f0e2384..a840a79 100644 --- a/lib/standard/package.ini +++ b/lib/standard/package.ini @@ -3,6 +3,7 @@ name=standard tags=lib maintainer=Jean Privat license=Apache-2.0 +desc=Old module implicitly imported by the old compiler [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/standard/ git=https://github.com/nitlang/nit.git diff --git a/lib/symbol/package.ini b/lib/symbol/package.ini index 45b1aa6..9f1184e 100644 --- a/lib/symbol/package.ini +++ b/lib/symbol/package.ini @@ -3,6 +3,7 @@ name=symbol tags=lib maintainer=Jean Privat license=Apache-2.0 +desc=Library for simple interning of strings [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/symbol/ git=https://github.com/nitlang/nit.git diff --git a/lib/template/package.ini b/lib/template/package.ini index 583add3..40993c1 100644 --- a/lib/template/package.ini +++ b/lib/template/package.ini @@ -3,6 +3,7 @@ name=template tags=lib maintainer=Jean Privat license=Apache-2.0 +desc=Basic template system [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/template/ git=https://github.com/nitlang/nit.git diff --git a/lib/text_stat/package.ini b/lib/text_stat/package.ini index 7c40a6f..f801e19 100644 --- a/lib/text_stat/package.ini +++ b/lib/text_stat/package.ini @@ -3,6 +3,7 @@ name=text_stat tags=debug,lib maintainer=Lucas Bajolet license=Apache-2.0 +desc=Injects stat-calculating functionalities to Text and its variants [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/text_stat/ git=https://github.com/nitlang/nit.git diff --git a/lib/trees/package.ini b/lib/trees/package.ini index 5cd0e35..9639b13 100644 --- a/lib/trees/package.ini +++ b/lib/trees/package.ini @@ -3,6 +3,7 @@ name=trees tags=algo,lib maintainer=Alexandre Terrasa license=Apache-2.0 +desc=General module for tree data structures [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/trees/ git=https://github.com/nitlang/nit.git diff --git a/lib/websocket/package.ini b/lib/websocket/package.ini index 842ea3c..ef608a5 100644 --- a/lib/websocket/package.ini +++ b/lib/websocket/package.ini @@ -3,6 +3,7 @@ name=websocket tags=network,lib maintainer=Lucas Bajolet license=Apache-2.0 +desc=Adds support for a websocket connection in Nit [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/websocket/ git=https://github.com/nitlang/nit.git diff --git a/lib/x11/package.ini b/lib/x11/package.ini index 287ad7d..aa2f002 100644 --- a/lib/x11/package.ini +++ b/lib/x11/package.ini @@ -3,6 +3,7 @@ name=x11 tags=ui,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Services from the X11 library [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/x11/ git=https://github.com/nitlang/nit.git diff --git a/lib/xdg_basedir/package.ini b/lib/xdg_basedir/package.ini index 8d154ae..5a01b38 100644 --- a/lib/xdg_basedir/package.ini +++ b/lib/xdg_basedir/package.ini @@ -3,6 +3,7 @@ name=xdg_basedir tags=wrapper,lib maintainer=Alexis Laferrière license=Apache-2.0 +desc=Services for using the XDG Base Directory specification [upstream] browse=https://github.com/nitlang/nit/tree/master/lib/xdg_basedir/ git=https://github.com/nitlang/nit.git -- 1.7.9.5