dev-ml/ezjsonm: new package, add 1.3.0

This is in part based on the previous ebuilds for version 1.2.0, but
dependencies for testing have been removed for this version.

Link: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b5deda48fa7d34c18aaad79ddf9e324727e83cb
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2025-10-16 14:02:22 +00:00
parent 5da0de7faa
commit 85164e550d
3 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>t@laumann.xyz</email>
<name>Thomas Bracht Laumann Jespersen</name>
</maintainer>
<use>
<flag name="lwt">Provides an Lwt variant of the serialisation functions in the Jsonm library.</flag>
</use>
<upstream>
<remote-id type="github">mirage/ezjsonm</remote-id>
</upstream>
</pkgmetadata>