mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-ml/mirage-block-unix: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-ml/mirage-block-unix/Manifest
Normal file
1
dev-ml/mirage-block-unix/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mirage-block-unix-2.14.0.tar.gz 23692 BLAKE2B 398e6c0c1a3d48d47aa9dd8a990c537c8afb6e4979867cf3b6ab67c66f06855995a25f0ed4b5b00ac2069a891ba416ab1d776e2699623262952f0154baa8b0d8 SHA512 6c6a98670f0c5763cbff027308df97456af975b572dbc20a64f8410e48f7d5b4ad08007aa33d7020203a7f0f060c06b4b2a17461abb909d3561cccd5ef7421ab
|
||||
11
dev-ml/mirage-block-unix/metadata.xml
Normal file
11
dev-ml/mirage-block-unix/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">mirage/mirage-block-unix</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
36
dev-ml/mirage-block-unix/mirage-block-unix-2.14.0.ebuild
Normal file
36
dev-ml/mirage-block-unix/mirage-block-unix-2.14.0.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Unix implementation of the Mirage_types.BLOCK interface"
|
||||
HOMEPAGE="https://github.com/mirage/mirage-block-unix"
|
||||
SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt test"
|
||||
|
||||
RDEPEND="
|
||||
dev-ml/cstruct[lwt]
|
||||
dev-ml/lwt
|
||||
dev-ml/mirage-block
|
||||
dev-ml/rresult
|
||||
dev-ml/uri
|
||||
dev-ml/logs
|
||||
dev-ml/io-page
|
||||
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-ml/fmt
|
||||
>=dev-ml/ounit-2
|
||||
dev-ml/diet
|
||||
)
|
||||
"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
Reference in New Issue
Block a user