dev-ml/ocaml-csv - 2.4 (guru)

Search

Install

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

Package Information

Description:
CSV library for OCaml
Homepage:
https://github.com/Chris00/ocaml-csv
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
2.4 8 ~amd64 0/2.4
View Raw Ebuild
# 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}"

USE Flags

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

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	dev-ml/lwt:=[ocamlopt?]
	>=dev-ml/uutf-1.0.0:=[ocamlopt?]
	>=dev-lang/ocaml-4.03:=[ocamlopt?]

RDEPEND

	dev-ml/lwt:=[ocamlopt?]
	>=dev-ml/uutf-1.0.0:=[ocamlopt?]
	>=dev-lang/ocaml-4.03:=[ocamlopt?]

Manifest for 2.4

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