diff options
Diffstat (limited to 'dev-ml/reason/reason-3.7.0.ebuild')
-rw-r--r-- | dev-ml/reason/reason-3.7.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-ml/reason/reason-3.7.0.ebuild b/dev-ml/reason/reason-3.7.0.ebuild new file mode 100644 index 000000000000..c59e5dd86deb --- /dev/null +++ b/dev-ml/reason/reason-3.7.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Simple, fast & type safe language that leverages JavaScript and OCaml" +HOMEPAGE="https://reasonml.github.io" +SRC_URI="https://registry.npmjs.org/@esy-ocaml/${PN}/-/${P}.tgz" +S="${WORKDIR}/package" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="+ocamlopt" + +RDEPEND=" + dev-ml/fix:= + dev-ml/menhir:= + dev-ml/merlin-extend:= + dev-ml/ocaml-migrate-parsetree:= + dev-ml/result:= + dev-ml/utop:= +" +DEPEND="${RDEPEND}" |