dev-ml/ocamlfuse - 3.10.0 (phoenix591)

Search

Install

Install this version:

emerge -a =dev-ml/ocamlfuse-3.10.0

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

autounmask =dev-ml/ocamlfuse-3.10.0

Or alternatively:

emerge --autounmask-write -a =dev-ml/ocamlfuse-3.10.0

Package Information

Description:
OCaml binding for fuse
Homepage:
https://sourceforge.net/projects/ocamlfuse/ https://github.com/astrada/ocamlfuse https://opam.ocaml.org/packages/ocamlfuse
License:
GPL-2

Ebuild Details

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

EAPI=8

DUNE_PKG_NAME="fuse3"

inherit dune toolchain-funcs

MYPV="${PV/_p/_cvs}"

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${MYPV}.tar.gz -> ${PF}.tar.gz"
S="${WORKDIR}/${PN}-${MYPV}"

LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"

RDEPEND="
	dev-ml/camlidl:=
	sys-fs/fuse:3=
"
DEPEND="${RDEPEND}"
BDEPEND="
	dev-ml/dune-configurator
	dev-ml/opam
"

src_compile() {
	tc-export CPP
	dune_src_compile
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-ml/camlidl:=
	sys-fs/fuse:3=

RDEPEND

	dev-ml/camlidl:=
	sys-fs/fuse:3=

BDEPEND

	dev-ml/dune-configurator
	dev-ml/opam