Files
guru/dev-ml/mirage-kv/mirage-kv-4.0.1.ebuild
Alessandro Barbieri d9e8cede5e dev-ml/mirage-kv: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-04-15 22:34:10 +02:00

22 lines
430 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="MirageOS signature for key/value stores"
HOMEPAGE="https://github.com/mirage/mirage-time"
SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"
RDEPEND="
dev-ml/fmt
dev-ml/lwt
"
DEPEND="${RDEPEND}"