Skip to content

Commit

Permalink
dev-ml/yojson: bump to 1.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: François-Xavier Carton <[email protected]>
Closes: gentoo#18436
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
fx-carton authored and thesamesam committed Jan 4, 2021
1 parent d00d6c0 commit 581237f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev-ml/yojson/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST yojson-1.4.0.tar.gz 26197 BLAKE2B c7d1a9d47f448995b31cd7631f64dec29e65b1f141854092bfe186a58c28b96c5c7f246f7e4ab4563dfcd84776904d4af77bbcbdc4e149229fbde339bd92df9f SHA512 dc019ecf0387299282c3df9a548456d2529993241911a83acb14f2361ed14886e5ebebe415773b6bc718cb0b12a25529184f3b5b62c71b42960fbd62e1c63bf6
DIST yojson-1.7.0.tar.gz 29704 BLAKE2B edbd7f66d69a85880fc8ee9bb25a993744a310887024f7af63665ba8f5067f1b9383ec4d6dd5f4ca3376d698665a8f605c078f7597ddd4e71857c1a20143c2e5 SHA512 25eedb64e4bf7c7e8d5a5a115812cd502540afbdeb7c947da3a14e5968aa0a7db8ab402425662571d8935b9cd6a19796ce81dd80a65dc614f156626c60e7036e
9 changes: 8 additions & 1 deletion dev-ml/yojson/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<maintainer type="person">
<name>François-Xavier Carton</name>
<email>[email protected]</email>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="github">mjambon/yojson</remote-id>
</upstream>
Expand Down
32 changes: 32 additions & 0 deletions dev-ml/yojson/yojson-1.7.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit dune

DESCRIPTION="JSON parsing and pretty-printing library for OCaml"
HOMEPAGE="https://github.com/ocaml-community/yojson"
SRC_URI="https://github.com/ocaml-community/yojson/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="examples +ocamlopt"

RDEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt]
dev-ml/easy-format:=[ocamlopt]
>=dev-ml/biniou-1.2:=[ocamlopt]
"
DEPEND="${RDEPEND}
>=dev-ml/cppo-1.6.1
"

src_install() {
dune_src_install

if use examples; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}

0 comments on commit 581237f

Please sign in to comment.