Install this version:
emerge -a =dev-ml/eqaf-0.10
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/eqaf-0.10
Or alternatively:
emerge --autounmask-write -a =dev-ml/eqaf-0.10
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.10 | 8 | ~amd64 | 0/0.10 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Constant time equal function to avoid timing attacks in OCaml"
HOMEPAGE="https://github.com/mirage/eqaf"
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 )"
DOCS=( README.md CHANGES.md )
RDEPEND="
>=dev-lang/ocaml-4.3:=[ocamlopt?]
>=dev-ml/cstruct-1.10:=[ocamlopt?]
"
DEPEND="
${RDEPEND}
test? (
>=dev-ml/ocaml-base64-3.0.0:=[ocamlopt?]
dev-ml/alcotest:=[ocamlopt?]
dev-ml/crowbar:=[ocamlopt?]
>=dev-ml/fmt-0.8.7:=[ocamlopt?]
)
"
Manage flags for this package:
euse -i <flag> -p dev-ml/eqaf |
euse -E <flag> -p dev-ml/eqaf |
euse -D <flag> -p dev-ml/eqaf
>=dev-lang/ocaml-4.3:=[ocamlopt?] >=dev-ml/cstruct-1.10:=[ocamlopt?] test? ( >=dev-ml/ocaml-base64-3.0.0:=[ocamlopt?] dev-ml/alcotest:=[ocamlopt?] dev-ml/crowbar:=[ocamlopt?] >=dev-ml/fmt-0.8.7:=[ocamlopt?] )
>=dev-lang/ocaml-4.3:=[ocamlopt?] >=dev-ml/cstruct-1.10:=[ocamlopt?]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | eqaf-0.10.gh.tar.gz | 33311 bytes | https://github.com/mirage/eqaf/archive/v0.10.tar.gz |