diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-31 19:05:25 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-31 19:05:25 +0100 |
commit | 311b178cdb842ee138576b7093d9cf65b0a5094b (patch) | |
tree | b3cdfd2d8f9151a42eeb14643ee427026884ce78 /dev-ml/bigarray-compat/bigarray-compat-1.1.0.ebuild | |
parent | dev-lisp/sbcl: bump to 2.2.1 (diff) | |
download | gentoo-311b178cdb842ee138576b7093d9cf65b0a5094b.tar.gz gentoo-311b178cdb842ee138576b7093d9cf65b0a5094b.tar.bz2 gentoo-311b178cdb842ee138576b7093d9cf65b0a5094b.zip |
dev-ml/bigarray-compat: 1.1.0 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
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="" |