mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-ml/eqaf: new package, add 0.10
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
1
dev-ml/eqaf/Manifest
Normal file
1
dev-ml/eqaf/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST eqaf-0.10.gh.tar.gz 33311 BLAKE2B 554464e50230eafa61389ceb041ebd645dd006d5e0f08b62803c64fcc1b17c8b115e1af7b565160ba63b6780a55deb8069a2bcc3a293bef763a1d89ce7b07b19 SHA512 abd36842c852c4c7e0d688d3eddf1bd78d4c3834073772e15d8f284a27d5fe568c5e0a0ec58db9c9d2a99f4a1922d7e8f0a0b6950744b4a951b22d0bf7523c1a
|
||||
23
dev-ml/eqaf/eqaf-0.10.ebuild
Normal file
23
dev-ml/eqaf/eqaf-0.10.ebuild
Normal 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}"
|
||||
11
dev-ml/eqaf/metadata.xml
Normal file
11
dev-ml/eqaf/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>t@laumann.xyz</email>
|
||||
<name>Thomas Bracht Laumann Jespersen</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">mirage/eqaf</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user