diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-26 12:32:34 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-26 12:33:35 +0200 |
commit | 8ba1e8a9c8f235f05cc51a443d508cd1d859074f (patch) | |
tree | f316c7c2f15c72e57e551dd66c05f4b6c0ac6bc4 /dev-ml/ezjsonm | |
parent | sys-cluster/spectral: remove .la files (diff) | |
download | guru-8ba1e8a9c8f235f05cc51a443d508cd1d859074f.tar.gz guru-8ba1e8a9c8f235f05cc51a443d508cd1d859074f.tar.bz2 guru-8ba1e8a9c8f235f05cc51a443d508cd1d859074f.zip |
dev-ml/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-ml/ezjsonm')
-rw-r--r-- | dev-ml/ezjsonm/metadata.xml | 35 |
1 files changed, 24 insertions, 11 deletions
diff --git a/dev-ml/ezjsonm/metadata.xml b/dev-ml/ezjsonm/metadata.xml index a9cdbcbd4..f91fa129f 100644 --- a/dev-ml/ezjsonm/metadata.xml +++ b/dev-ml/ezjsonm/metadata.xml @@ -1,15 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <description>co-maintainers welcome</description> - <email>lssndrbarbieri@gmail.com</email> - <name>Alessandro Barbieri</name> - </maintainer> - <upstream> - <remote-id type="github">mirage/ezjsonm</remote-id> - </upstream> - <use> - <flag name="lwt">Simple Lwt-based interface to the Jsonm JSON library</flag> - </use> + <maintainer type="person"> + <description>co-maintainers welcome</description> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <use> + <flag name="lwt">Simple Lwt-based interface to the Jsonm JSON library</flag> + </use> + <longdescription lang="en">Ezjsonm provides more convenient (but far less flexible) +input and output functions that go to and from `string` values. +This avoids the need to write signal code, which is useful for +quick scripts that manipulate JSON. + +More advanced users should go straight to the Jsonm library and +use it directly, rather than be saddled with the Ezjsonm interface.</longdescription> + <upstream> + <doc>https://mirage.github.io/ezjsonm/</doc> + <bugs-to>https://github.com/mirage/ezjsonm/issues</bugs-to> + <remote-id type="github">mirage/ezjsonm</remote-id> + <maintainer> + <name>Thomas Gazagnaire</name> + <email>thomas@gazagnaire.org</email> + </maintainer> + </upstream> </pkgmetadata> |