[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33395] [PATCH 1/2] gnu: Add liblcf.
From: |
Ludovic Courtès |
Subject: |
[bug#33395] [PATCH 1/2] gnu: Add liblcf. |
Date: |
Tue, 27 Nov 2018 12:00:19 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello 宋文武!
宋文武 <address@hidden> skribis:
> * gnu/packages/easyrpg.scm: New file.
> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Should it go to game-development.scm?
> + (synopsis "Library to handle RPG Maker 2000 and 2003 game data")
> + (description
> + "@code{liblcf} is a library to handle RPG Maker 2000 and 2003 game data.
> +It can read and write LCF and XML files.")
> + ;; It bundles Boost Preprocessor Cat and Stringize (boost-1.0) and a copy
> + ;; of inih (bsd-3).
> + (license license:expat)))
Could these things be unbundled? If not, could you leave a comment
possibly with a TODO?
Thanks,
Ludo’.