diff options
Diffstat (limited to 'dev-ml/bigarray-compat/bigarray-compat-1.1.0.ebuild')
-rw-r--r-- | dev-ml/bigarray-compat/bigarray-compat-1.1.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ml/bigarray-compat/bigarray-compat-1.1.0.ebuild b/dev-ml/bigarray-compat/bigarray-compat-1.1.0.ebuild new file mode 100644 index 000000000000..a499023de459 --- /dev/null +++ b/dev-ml/bigarray-compat/bigarray-compat-1.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Compatibility library to use Stdlib.Bigarray when possible" +HOMEPAGE="https://github.com/mirage/bigarray-compat" +SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" |