dev-ml/ocaml-version - 3.6.7 (guru)

Search

Install

Install this version:

emerge -a =dev-ml/ocaml-version-3.6.7

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

autounmask =dev-ml/ocaml-version-3.6.7

Or alternatively:

emerge --autounmask-write -a =dev-ml/ocaml-version-3.6.7

Package Information

Description:
Library to parse and enumerate releases of the OCaml compiler
Homepage:
https://github.com/ocurrent/ocaml-version
License:
ISC

Ebuild Details

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

EAPI=8

inherit dune

DESCRIPTION="Library to parse and enumerate releases of the OCaml compiler"
HOMEPAGE="https://github.com/ocurrent/ocaml-version"
SRC_URI="https://github.com/ocurrent/ocaml-version/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="ISC"

SLOT="0/${PV}"

KEYWORDS="~amd64"
IUSE="ocamlopt test"

RESTRICT="!test? ( test )"

BDEPEND="
	test? (
		dev-ml/alcotest:=
	)
"

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

BDEPEND

	test? (
		dev-ml/alcotest:=
	)

Manifest for 3.6.7

Type File Size Source URLs
DIST ocaml-version-3.6.7.tar.gz 14315 bytes https://github.com/ocurrent/ocaml-version/archive/v3.6.7.tar.gz