Install this version:
emerge -a =dev-ml/ocaml-csv-2.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/ocaml-csv-2.4
Or alternatively:
emerge --autounmask-write -a =dev-ml/ocaml-csv-2.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.4 | 8 | ~amd64 | 0/2.4 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DUNE_PKG_NAME=csv
inherit dune
DESCRIPTION="CSV library for OCaml"
HOMEPAGE="https://github.com/Chris00/ocaml-csv"
SRC_URI="https://github.com/Chris00/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
# license: "LGPL-2.1 with OCaml linking exception"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt"
RDEPEND="
dev-ml/lwt:=[ocamlopt?]
>=dev-ml/uutf-1.0.0:=[ocamlopt?]
>=dev-lang/ocaml-4.03:=[ocamlopt?]
"
DEPEND="${RDEPEND}"
Manage flags for this package:
euse -i <flag> -p dev-ml/ocaml-csv |
euse -E <flag> -p dev-ml/ocaml-csv |
euse -D <flag> -p dev-ml/ocaml-csv
dev-ml/lwt:=[ocamlopt?] >=dev-ml/uutf-1.0.0:=[ocamlopt?] >=dev-lang/ocaml-4.03:=[ocamlopt?]
dev-ml/lwt:=[ocamlopt?] >=dev-ml/uutf-1.0.0:=[ocamlopt?] >=dev-lang/ocaml-4.03:=[ocamlopt?]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ocaml-csv-2.4.gh.tar.gz | 45975 bytes | https://github.com/Chris00/ocaml-csv/archive/2.4.tar.gz |