dev-ml/shared-block-ring: add 3.0.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-20 23:53:27 +02:00
parent 059a20f3a1
commit b4b27d9e82
5 changed files with 250 additions and 3 deletions

View File

@@ -0,0 +1,43 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="A simple on-disk fixed length queue"
HOMEPAGE="https://github.com/mirage/shared-block-ring"
SRC_URI="https://github.com/mirage/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
RDEPEND="
>=dev-ml/cstruct-6.0.0:=[ppx]
dev-ml/lwt:=
dev-ml/lwt_log:=
dev-ml/cmdliner:=
dev-ml/duration:=
>=dev-ml/io-page-2.4.0:=
dev-ml/logs:=
>=dev-ml/mirage-block-2.0.1:=
dev-ml/mirage-block-unix:=
dev-ml/mirage-clock:=
>=dev-ml/mirage-time-2.0.1:=
>=dev-ml/ppx_sexp_conv-0.10.0:=
dev-ml/result:=
dev-ml/rresult:=
dev-ml/sexplib:=
dev-ml/sexplib0:=
"
DEPEND="
${RDEPEND}
test? (
dev-ml/ounit2
dev-ml/mirage-clock-unix
)
"
RESTRICT="!test? ( test )"