app-shells/bash-completion: add 2.16.0
[gentoo/gentoo.git] / dev-ml / biniou / biniou-1.2.1.ebuild
blobc999d304653d38d5b29e72283e88b78b5d031fd7
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 inherit dune
8 DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
9 HOMEPAGE="https://github.com/ocaml-community/biniou/"
10 SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz -> ${P}.tar.gz"
12 LICENSE="BSD"
13 SLOT="0/${PV}"
14 KEYWORDS="amd64"
15 IUSE="+ocamlopt"
17 RDEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt?]
18         dev-ml/easy-format:=[ocamlopt?]
20 DEPEND="${RDEPEND}"