Install this version:
emerge -a =dev-ml/ocamlfuse-2.7.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/ocamlfuse-2.7.2
Or alternatively:
emerge --autounmask-write -a =dev-ml/ocamlfuse-2.7.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.7.2 | 8 | ~amd64 | 0/2.7.2 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune toolchain-funcs
DESCRIPTION="OCaml binding for fuse"
HOMEPAGE="
https://sourceforge.net/projects/ocamlfuse/
https://github.com/astrada/ocamlfuse
https://opam.ocaml.org/packages/ocamlfuse
"
SRC_URI="https://github.com/astrada/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"
RDEPEND="
dev-ml/camlidl:=
sys-fs/fuse:0
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-ml/dune-configurator
dev-ml/opam
"
src_compile() {
tc-export CPP
dune_src_compile
}
Manage flags for this package:
euse -i <flag> -p dev-ml/ocamlfuse |
euse -E <flag> -p dev-ml/ocamlfuse |
euse -D <flag> -p dev-ml/ocamlfuse
dev-ml/camlidl:= sys-fs/fuse:0
dev-ml/camlidl:= sys-fs/fuse:0
dev-ml/dune-configurator dev-ml/opam
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ocamlfuse-2.7.2.tar.gz | 23494 bytes | https://github.com/astrada/ocamlfuse/archive/v2.7.2.tar.gz |