diff options
Diffstat (limited to 'dev-ml/pa_structural_sexp')
-rw-r--r-- | dev-ml/pa_structural_sexp/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/pa_structural_sexp/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild | 23 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-ml/pa_structural_sexp/Manifest b/dev-ml/pa_structural_sexp/Manifest new file mode 100644 index 000000000000..1ac5d2131816 --- /dev/null +++ b/dev-ml/pa_structural_sexp/Manifest @@ -0,0 +1 @@ +DIST pa_structural_sexp-112.35.00.tar.gz 51683 SHA256 8425bcdd59afd2d1efb96521b5719ce8308c3ee7fb8cd94981d5eac203430721 SHA512 1ae56cbfdbd0badd3d0c4dd6a50fce46656ea41f28db7d1cb653f8549eda06eb402251f6b31974abd9c1a292a73203c267755d8eb4cd01575cf3e19a3eaf61de WHIRLPOOL e016d2608a1511531343f430eebef6170a2e17f23d993d6105a1706fe3fa62d500d1b39943ace352b0c168d64a32059c48a0d83ac67255f1519e2e8052840be2 diff --git a/dev-ml/pa_structural_sexp/metadata.xml b/dev-ml/pa_structural_sexp/metadata.xml new file mode 100644 index 000000000000..abf9563dd5c5 --- /dev/null +++ b/dev-ml/pa_structural_sexp/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ml</herd> + <upstream> + <remote-id type="bitbucket">yminsky/ocaml-core</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild b/dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild new file mode 100644 index 000000000000..2e30c9a84416 --- /dev/null +++ b/dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Quotation expanders to simplify building s-expressions from ocaml values" +HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-ml/camlp4:= + dev-ml/type-conv:= + dev-ml/sexplib:=" +RDEPEND="${DEPEND}" + +DOCS=( "README.md" ) |