Skip to content

Commit

Permalink
dev-ml/bigarray-compat: Compatibility library for Bigarray
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Mar 4, 2021
1 parent f2fb55d commit dc3d472
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ml/bigarray-compat/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST bigarray-compat-1.0.0.tar.gz 1385 BLAKE2B afa38fd206de8738db51742467b95df4aec3e4e713c946c2c1d041da7e19483bdb53dca440b50c9c1b3c3a5fd7ac71a63ccfe74a14a5743f10f35429838a1c14 SHA512 c365fee15582aca35d7b05268cde29e54774ad7df7be56762b4aad78ca1409d4326ad3b34af0f1cc2c7b872837290a9cd9ff43b47987c03bba7bba32fe8a030f
19 changes: 19 additions & 0 deletions dev-ml/bigarray-compat/bigarray-compat-1.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -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=""
11 changes: 11 additions & 0 deletions dev-ml/bigarray-compat/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>ML</name>
</maintainer>
<upstream>
<remote-id type="github">mirage/bigarray-compat</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit dc3d472

Please sign in to comment.