Merge: lib: expand packages
authorJean Privat <jean@pryen.org>
Fri, 4 May 2018 19:37:05 +0000 (15:37 -0400)
committerJean Privat <jean@pryen.org>
Fri, 4 May 2018 19:37:05 +0000 (15:37 -0400)
commitd8138dc0e72e0ffe88a79c56a5e83b22962fea05
treead76f119cb7a507f0483002425930ce497d198c6
parent36c9933cb7fbefe56ee367690ad3e437097a7164
parent2240ef48739f5e805c424d1fa87d1baedb2b9ac9
Merge: lib: expand packages

I'm currently working on generating README files for packages that don't already have one.
The first step is to create a directory for each package (I call it *expanding* the package).

In this PR, I move all singleton packages to their own directory:
* `lib/a_star.nit` --> `lib/a_star/a_star.nit`
* `lib/x11.nit` --> `lib/x11/x11.nit`
* ...

The `package.ini` file is also moved and renamed.

I used the `nitreadme` bin to do that:

~~~sh
nitreadme --expand lib/
~~~

Next step will be to create the README.md file into the newly created directory.

Pull-Request: #2637
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
lib/libevent/libevent.nit