dev-ml/duff - 0.5 (nest)

Search

Install

Install this version:

emerge -a =dev-ml/duff-0.5

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

autounmask =dev-ml/duff-0.5

Or alternatively:

emerge --autounmask-write -a =dev-ml/duff-0.5

Package Information

Description:
Pure OCaml implementation of libXdiff
Homepage:
https://github.com/mirage/duff
License:
MIT

Ebuild Details

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

EAPI=8

inherit dune

DESCRIPTION="Pure OCaml implementation of libXdiff"
HOMEPAGE="https://github.com/mirage/duff"
SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND="dev-ml/fmt:0=[ocamlopt?]"
BDEPEND="test? ( dev-ml/alcotest
		dev-ml/bigstringaf
		dev-ml/crowbar
		dev-ml/hxd )"

USE Flags

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

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

dev-ml/fmt:0=[ocamlopt?]

BDEPEND

test? ( dev-ml/alcotest
		dev-ml/bigstringaf
		dev-ml/crowbar
		dev-ml/hxd )

Manifest for 0.5

Type File Size Source URLs
DIST duff-0.5.tar.gz 12965 bytes https://github.com/mirage/duff/archive/v0.5.tar.gz