dev-ml/eqaf: new package, add 0.10

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2025-10-09 13:09:24 +00:00
parent cac3cc77d3
commit bd4c469062
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# 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"
KEYWORDS="~amd64"
IUSE="+ocamlopt"
DOCS=( README.md CHANGES.md )
RDEPEND="
>=dev-lang/ocaml-4.3:=[ocamlopt?]
>=dev-ml/cstruct-1.10:=[ocamlopt?]
"
DEPEND="${RDEPEND}"