dev-ml/ocamlc-loc - 3.16.0 (guru)

Search

Install

Install this version:

emerge -a =dev-ml/ocamlc-loc-3.16.0

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

autounmask =dev-ml/ocamlc-loc-3.16.0

Or alternatively:

emerge --autounmask-write -a =dev-ml/ocamlc-loc-3.16.0

Package Information

Description:
Parse ocaml compiler output into structured form
Homepage:
https://opam.ocaml.org/packages/ocamlc-loc/ https://github.com/ocaml/dune
License:
MIT

Ebuild Details

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

EAPI=8

inherit dune

DESCRIPTION="Parse ocaml compiler output into structured form"
HOMEPAGE="
	https://opam.ocaml.org/packages/ocamlc-loc/
	https://github.com/ocaml/dune
"
SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/dune-${PV}"

LICENSE="MIT"

SLOT="0/${PV}"

KEYWORDS="~amd64"
IUSE="ocamlopt"

RESTRICT="test"

RDEPEND="
	>=dev-lang/ocaml-4.08.0:=
	~dev-ml/dune-private-libs-${PV}:=
"

DEPEND="
	${RDEPEND}
"

BDEPEND="
	>=dev-ml/dune-3.12:=
"

src_prepare() {
	default

	rm -r vendor/{csexp,pp} || die
}

src_configure() {
	:
}

src_compile() {
	dune-compile ocamlc-loc
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	
	>=dev-lang/ocaml-4.08.0:=
	~dev-ml/dune-private-libs-3.16.0:=

RDEPEND

	>=dev-lang/ocaml-4.08.0:=
	~dev-ml/dune-private-libs-3.16.0:=

BDEPEND

	>=dev-ml/dune-3.12:=

Manifest for 3.16.0

Type File Size Source URLs
DIST ocamlc-loc-3.16.0.tar.gz 2999701 bytes https://github.com/ocaml/dune/archive/3.16.0.tar.gz