gentoo-ebuilds/dev-ml/ocaml-crunch/ocaml-crunch-4.0.0.ebuild
Alfredo Tupone 21bbb827b2
dev-ml/ocaml-crunch: add 4.0.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2025-06-10 19:44:36 +02:00

24 lines
541 B
Bash

# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DUNE_PKG_NAME=crunch
inherit dune
DESCRIPTION="Convert a filesystem into a static OCaml module"
HOMEPAGE="https://github.com/mirage/ocaml-crunch"
SRC_URI="https://github.com/mirage/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+ocamlopt"
RESTRICT="test"
DEPEND="
dev-ml/cmdliner:=[ocamlopt?]
dev-ml/ptime:=[ocamlopt?]
"
RDEPEND="${DEPEND}"
BDEPEND=">=dev-ml/dune-2.5"