gentoo/dev-ml/jst-config/jst-config-0.15.0-r1.ebuild
Alfredo Tupone 8320c105f0
dev-ml/jst-config: change SUBSLOT
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2022-04-24 15:39:56 +02:00

24 lines
551 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Compile-time configuration for Jane Street libraries"
HOMEPAGE="https://github.com/janestreet/jst-config"
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="+ocamlopt"
DEPEND="
dev-ml/base:=
dev-ml/ppx_assert:=
dev-ml/stdio:=
dev-ml/dune-configurator:=
"
RDEPEND="${DEPEND}"