dev-ml/merlin-lib - 4.16 (guru)

Search

Install

Install this version:

emerge -a =dev-ml/merlin-lib-4.16

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

autounmask =dev-ml/merlin-lib-4.16

Or alternatively:

emerge --autounmask-write -a =dev-ml/merlin-lib-4.16

Package Information

Description:
Merlin's libraries
Homepage:
https://opam.ocaml.org/packages/merlin-lib/ https://github.com/ocaml/merlin/
License:
MIT

Ebuild Details

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

EAPI=8

inherit dune

DESCRIPTION="Merlin's libraries"
HOMEPAGE="
	https://opam.ocaml.org/packages/merlin-lib/
	https://github.com/ocaml/merlin/
"
SRC_URI="https://github.com/ocaml/merlin/archive/v${PV}-414.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/merlin-${PV}-414"

LICENSE="MIT"

SLOT="0/${PV}"

KEYWORDS="~amd64"
IUSE="ocamlopt"

# Tests require `menhir-20201216` which is not in the Gentoo repository,
# though the opam file says more recent versions are supported.
RESTRICT="test"

RDEPEND="
	=dev-lang/ocaml-4.14*:=
	>=dev-ml/dune-2.9.0:=
	>=dev-ml/csexp-1.5.1:=
"

DEPEND="
	${RDEPEND}
"

src_compile() {
	dune-compile merlin-lib
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	
	=dev-lang/ocaml-4.14*:=
	>=dev-ml/dune-2.9.0:=
	>=dev-ml/csexp-1.5.1:=

RDEPEND

	=dev-lang/ocaml-4.14*:=
	>=dev-ml/dune-2.9.0:=
	>=dev-ml/csexp-1.5.1:=

Manifest for 4.16

Type File Size Source URLs
DIST merlin-lib-4.16.tar.gz 2465694 bytes https://github.com/ocaml/merlin/archive/v4.16-414.tar.gz