dev-ml/digestif - 1.3.1 (guru)

Search

Install

Install this version:

emerge -a =dev-ml/digestif-1.3.1

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

autounmask =dev-ml/digestif-1.3.1

Or alternatively:

emerge --autounmask-write -a =dev-ml/digestif-1.3.1

Package Information

Description:
Hashes implementations (SHA*, RIPEMD160, BLAKE2* and MD5)
Homepage:
https://github.com/mirage/digestif
License:
MIT

Ebuild Details

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

EAPI=8

inherit dune

DESCRIPTION="Hashes implementations (SHA*, RIPEMD160, BLAKE2* and MD5)"
HOMEPAGE="https://github.com/mirage/digestif"
SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"

RESTRICT="!test? ( test )"

RDEPEND="
	>=dev-lang/ocaml-4.8:=[ocamlopt?]
	dev-ml/eqaf:=[ocamlopt?]
"

DEPEND="
	${RDEPEND}
	test? (
		>=dev-ml/fmt-0.8.7:=[ocamlopt?]
		dev-ml/alcotest:=[ocamlopt?]
		dev-ml/bos
		dev-ml/astring
		dev-ml/fpath
		dev-ml/rresult
		dev-ml/findlib:=[ocamlopt?]
		dev-ml/crowbar:=[ocamlopt?]
	)
"

USE Flags

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

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	
	>=dev-lang/ocaml-4.8:=[ocamlopt?]
	dev-ml/eqaf:=[ocamlopt?]

	test? (
		>=dev-ml/fmt-0.8.7:=[ocamlopt?]
		dev-ml/alcotest:=[ocamlopt?]
		dev-ml/bos
		dev-ml/astring
		dev-ml/fpath
		dev-ml/rresult
		dev-ml/findlib:=[ocamlopt?]
		dev-ml/crowbar:=[ocamlopt?]
	)

RDEPEND

	>=dev-lang/ocaml-4.8:=[ocamlopt?]
	dev-ml/eqaf:=[ocamlopt?]

Manifest for 1.3.1

Type File Size Source URLs
DIST digestif-1.3.1.gh.tar.gz 3729185 bytes https://github.com/mirage/digestif/archive/v1.3.1.tar.gz