diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-11-19 19:26:23 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-11-19 19:28:59 +0100 |
commit | cfbf965ced4781bc0f2c9906580aafb7fe2e52ba (patch) | |
tree | 43a8b546dc3429a5162272288c1f8a7e54d5d33a /dev-ml | |
parent | app-misc/rpick: update upstream metadata (diff) | |
download | gentoo-cfbf965ced4781bc0f2c9906580aafb7fe2e52ba.tar.gz gentoo-cfbf965ced4781bc0f2c9906580aafb7fe2e52ba.tar.bz2 gentoo-cfbf965ced4781bc0f2c9906580aafb7fe2e52ba.zip |
dev-ml/dune-configurator: add 3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/dune-configurator/dune-configurator-3.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-ml/dune-configurator/dune-configurator-3.ebuild b/dev-ml/dune-configurator/dune-configurator-3.ebuild new file mode 100644 index 000000000000..276aadd7990a --- /dev/null +++ b/dev-ml/dune-configurator/dune-configurator-3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A composable build system for OCaml" +HOMEPAGE="https://github.com/ocaml/dune" +SRC_URI="" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt" + +RDEPEND=">=dev-ml/dune-3" +DEPEND="${RDEPEND}" |