summaryrefslogtreecommitdiff
path: root/dev-ml/swhid_core/swhid_core-0.1.ebuild
blob: a11feca2f8a54493520d736feebc14150c4ffc3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit dune

DESCRIPTION="OCaml library to work with swhids"
HOMEPAGE="https://github.com/ocamlpro/swhid_core"
SRC_URI="https://github.com/OCamlPro/${PN}/archive/refs/tags/${PV}.tar.gz
	-> ${P}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"

IUSE="+ocamlopt"