diff options
author | 2022-04-23 20:31:05 +0200 | |
---|---|---|
committer | 2022-04-23 20:31:05 +0200 | |
commit | 1260490bb7729a9965ef08cfbf41dbec96c01fcf (patch) | |
tree | d9abc72e322de822cf0084e9217512c2c88644ca /dev-ml/parsexp | |
parent | package.mask: update janestreet mask with parsexp (diff) | |
download | gentoo-1260490bb7729a9965ef08cfbf41dbec96c01fcf.tar.gz gentoo-1260490bb7729a9965ef08cfbf41dbec96c01fcf.tar.bz2 gentoo-1260490bb7729a9965ef08cfbf41dbec96c01fcf.zip |
dev-ml/parsexp: 0.15.0 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/parsexp')
-rw-r--r-- | dev-ml/parsexp/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/parsexp/parsexp-0.15.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-ml/parsexp/Manifest b/dev-ml/parsexp/Manifest index d3a2583063af..8719f3942b1f 100644 --- a/dev-ml/parsexp/Manifest +++ b/dev-ml/parsexp/Manifest @@ -1,2 +1,3 @@ DIST parsexp-0.14.0.tar.gz 48617 BLAKE2B eba36c17f08b59ed7601c4f9906e80de45e377d0134fdee30b5536c3d91af0cb45a1cdab90333498da8bf3fcf5e5bea16a8f734e7f1a92c9b865cd3136a668c2 SHA512 d9e9ea936dcf23d700e6ddd4153a2a96df6819094eaebe15d949c4569fa5125ab308af2c10f4ba2161610d8673eeb3928dd19c10a21974c140e4c89537a86575 DIST parsexp-0.14.1.tar.gz 48617 BLAKE2B d491b8c28eb0a269985df107152b6239513fb9d59dc723c9692dd436883331ce23fdd714bc467b4fcdaba81baa2adb2421110e92fb5bd3f526437856f4edaa02 SHA512 c9d6a00dbe49272fa32ba3684249d5085482fe2024795391aa3605b21962e9d426535a46d7139b487332b86e05f042226dd1a8166d2a3cb9dcee9b4b06b81ab8 +DIST parsexp-0.15.0.tar.gz 56471 BLAKE2B afbaae6f1b94419768ab55cc2e00f605fda456e68308c5ea0b4b6b8eb61e9373b7852cfaaf37de18c4bb1427f3b945d411619827e572079c44b12f6def6a45ac SHA512 aad464435747228f7168e2700fc8d5d3a9f212196a5e9afa24dd26d6f596dd96b68ecc77eddf862990df93d74d9a935038f602b1bbeecb545651d61b70f47d3f diff --git a/dev-ml/parsexp/parsexp-0.15.0.ebuild b/dev-ml/parsexp/parsexp-0.15.0.ebuild new file mode 100644 index 000000000000..34cfebef974f --- /dev/null +++ b/dev-ml/parsexp/parsexp-0.15.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="S-expression parsing library" +HOMEPAGE="https://github.com/janestreet/parsexp" +SRC_URI="https://github.com/janestreet/parsexp/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt" + +RDEPEND=" + >=dev-lang/ocaml-4.09 + dev-ml/base:${SLOT} +" +DEPEND="${RDEPEND}" |