diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-03-04 20:36:36 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-03-04 20:36:36 +0100 |
commit | dc3d47245bb533e10e7251d709ebb37ee69b4436 (patch) | |
tree | b27fb804de8c653eda70e06c3ceef43d382f229e /dev-ml/bigarray-compat/bigarray-compat-1.0.0.ebuild | |
parent | dev-ml/ppx_tools_versioned: version bump to 5.4.0 (diff) | |
download | gentoo-dc3d47245bb533e10e7251d709ebb37ee69b4436.tar.gz gentoo-dc3d47245bb533e10e7251d709ebb37ee69b4436.tar.bz2 gentoo-dc3d47245bb533e10e7251d709ebb37ee69b4436.zip |
dev-ml/bigarray-compat: Compatibility library for Bigarray
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/bigarray-compat/bigarray-compat-1.0.0.ebuild')
-rw-r--r-- | dev-ml/bigarray-compat/bigarray-compat-1.0.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ml/bigarray-compat/bigarray-compat-1.0.0.ebuild b/dev-ml/bigarray-compat/bigarray-compat-1.0.0.ebuild new file mode 100644 index 000000000000..3ffba6aed6fb --- /dev/null +++ b/dev-ml/bigarray-compat/bigarray-compat-1.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021 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 ~x86" +IUSE="+ocamlopt" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" |