dev-ml/carton - 0.7.2 (nest)

Search

Install

Install this version:

emerge -a =dev-ml/carton-0.7.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ml/carton-0.7.2

Or alternatively:

emerge --autounmask-write -a =dev-ml/carton-0.7.2

Package Information

Description:
Implementation of PACKv2 file in OCaml
Homepage:
https://github.com/robur-coop/carton
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
0.7.2 8 ~amd64 0/0.7.2
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DUNE_PKG_NAME="carton carton-git carton-lwt"

inherit dune

DESCRIPTION="Implementation of PACKv2 file in OCaml"
HOMEPAGE="https://github.com/robur-coop/carton"
SRC_URI="https://github.com/robur-coop/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"

RDEPEND="dev-ml/astring:0=
	dev-ml/base:0=[ocamlopt?]
	dev-ml/bigstringaf:0=[ocamlopt?]
	dev-ml/bos:0=
	dev-ml/checkseum:0=[ocamlopt?]
	dev-ml/cmdliner:0=[ocamlopt?]
	dev-ml/cstruct:0=[ocamlopt?]
	dev-ml/decompress:0=[ocamlopt?]
	dev-ml/digestif:0=[ocamlopt?]
	dev-ml/duff:0=[ocamlopt?]
	dev-ml/fmt:0=[ocamlopt?]
	dev-ml/fpath:0=
	dev-ml/hxd:0=[ocamlopt?]
	dev-ml/logs:0=[ocamlopt?]
	dev-ml/lwt:0=[ocamlopt?]
	dev-ml/ke:0=[ocamlopt?]
	dev-ml/optint:0=[ocamlopt?]
	dev-ml/psq:0=[ocamlopt?]"
BDEPEND="test? ( dev-ml/alcotest
		dev-ml/alcotest-lwt
		dev-ml/crowbar
		dev-ml/mirage-flow
		dev-ml/ocaml-base64
		dev-ml/rresult )"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ml/carton | euse -E <flag> -p dev-ml/carton | euse -D <flag> -p dev-ml/carton

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

dev-ml/astring:0=
	dev-ml/base:0=[ocamlopt?]
	dev-ml/bigstringaf:0=[ocamlopt?]
	dev-ml/bos:0=
	dev-ml/checkseum:0=[ocamlopt?]
	dev-ml/cmdliner:0=[ocamlopt?]
	dev-ml/cstruct:0=[ocamlopt?]
	dev-ml/decompress:0=[ocamlopt?]
	dev-ml/digestif:0=[ocamlopt?]
	dev-ml/duff:0=[ocamlopt?]
	dev-ml/fmt:0=[ocamlopt?]
	dev-ml/fpath:0=
	dev-ml/hxd:0=[ocamlopt?]
	dev-ml/logs:0=[ocamlopt?]
	dev-ml/lwt:0=[ocamlopt?]
	dev-ml/ke:0=[ocamlopt?]
	dev-ml/optint:0=[ocamlopt?]
	dev-ml/psq:0=[ocamlopt?]

BDEPEND

test? ( dev-ml/alcotest
		dev-ml/alcotest-lwt
		dev-ml/crowbar
		dev-ml/mirage-flow
		dev-ml/ocaml-base64
		dev-ml/rresult )

Manifest for 0.7.2

Type File Size Source URLs
DIST carton-0.7.2.tar.gz 67539 bytes https://github.com/robur-coop/carton/archive/0.7.2.tar.gz