Skip to content

Commit

Permalink
dev-ml/ppx_driver: needs jbuilder
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 27, 2021
1 parent 340691f commit 7e64487
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit dune
inherit opam

DESCRIPTION="Feature-full driver for OCaml AST transformers"
HOMEPAGE="https://github.com/janestreet/ppx_driver"
SRC_URI="https://github.com/janestreet/ppx_driver/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt"
KEYWORDS="~amd64 ~ppc ~x86"

BDEPEND="dev-ml/jbuilder"
DEPEND="
dev-ml/ppxlib:=
dev-ml/ocaml-migrate-parsetree:=
"
dev-ml/ppx_core:=
dev-ml/stdio:=
dev-ml/ppx_optcomp:=
dev-ml/ocaml-migrate-parsetree:=
dev-ml/ocamlbuild:="
RDEPEND="${DEPEND}"

0 comments on commit 7e64487

Please sign in to comment.