gentoo/dev-ml/ppx_blob/ppx_blob-0.7.2.ebuild
Matoro Mahri ea9dab2e0d
dev-ml/ppx_blob: Stabilize 0.7.2 x86, #921517
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-01-31 09:17:48 +02:00

21 lines
503 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:="
RDEPEND="${DEPEND}"
BDEPEND="test? ( dev-ml/alcotest )"