dev-ml/labltk: bump to 8.06.7
[gentoo.git] / dev-ml / pa_sexp_conv / pa_sexp_conv-113.00.01.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="5"
5
6 inherit oasis
7
8 DESCRIPTION="Deprecated camlp4 syntax extension for sexplib."
9 HOMEPAGE="http://www.janestreet.com/ocaml"
10 SRC_URI="https://github.com/janestreet/pa_sexp_conv/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="Apache-2.0"
13 SLOT="0/${PV}"
14 KEYWORDS="~amd64"
15 IUSE=""
16
17 DEPEND="
18         dev-ml/type-conv:=
19         dev-ml/sexplib:=
20         dev-ml/camlp4:=
21 "
22 RDEPEND="${DEPEND}"
23 DOCS=( README.md )