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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.5 | 8 | ~amd64 | 0/0.5 |
# 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 )"
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
dev-ml/fmt:0=[ocamlopt?]
test? ( dev-ml/alcotest dev-ml/bigstringaf dev-ml/crowbar dev-ml/hxd )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | duff-0.5.tar.gz | 12965 bytes | https://github.com/mirage/duff/archive/v0.5.tar.gz |