mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-ml/shared-block-ring: add 3.0.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
43
dev-ml/shared-block-ring/shared-block-ring-3.0.1.ebuild
Normal file
43
dev-ml/shared-block-ring/shared-block-ring-3.0.1.ebuild
Normal 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 )"
|
||||
Reference in New Issue
Block a user