gentoo/dev-ml/ppx_blob/ppx_blob-0.8.0.ebuild
Arthur Zamarin 15fa028db7
dev-ml/ppx_blob: Stabilize 0.8.0 x86, #941576
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-10-15 18:24:44 +03:00

21 lines
514 B
Bash

# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Include a file as a string at compile time"
HOMEPAGE="https://github.com/johnwhitington/ppx_blob"
SRC_URI="https://github.com/johnwhitington/${PN}/releases/download/${PV}/${P}.tbz"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
DEPEND="dev-ml/ppxlib:=[ocamlopt?]"
RDEPEND="${DEPEND}"
BDEPEND="test? ( dev-ml/alcotest )"