dev-ml/x509: add 0.16.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-16 01:52:42 +02:00
parent bc162f63f3
commit c577c80639
2 changed files with 45 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST x509-0.16.0.tbz 156180 BLAKE2B e8777e44a61d075bfc49f7db41dcf4cbc742b40470ec3b8b00424834fd8e1bc73e803057f859b06d877dd6ef0b9ad2ca2cb7275dd39c15c4d3ec9c5429cfe6c9 SHA512 c9b4cf55d16d8b1e6b6faa18fc9ac08065fa09937f07a3447d4b637539b37bea6374c98d184eba159a8ba8eba860303a78563097e47ef30529fedaaf722115c6
DIST x509-v0.13.0.tbz 143302 BLAKE2B d4079a5cce87617ea611ed5624697577b97cf69a1df830fe2b4775ffa47ab557a72cb01bf24b6b56478f6fb22afb87e971ab260ae6acd7e75ef6ad0ff4052c24 SHA512 ab6d4df7e6b6796b962d4ec3d949723c2a039fc9d534a196d8ebd71499dce310716aba3be7bd9600428b534f5eadf7b8b106f77633a63f46c16eceb447e946cc

View File

@@ -0,0 +1,44 @@
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
MY_PN="ocaml-${PN}"
DESCRIPTION="Public Key Infrastructure purely in OCaml"
HOMEPAGE="
https://github.com/mirleft/ocaml-x509
https://opam.ocaml.org/packages/x509/
"
SRC_URI="https://github.com/mirleft/${MY_PN}/releases/download/v${PV}/${P}.tbz"
LICENSE="BSD-2"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
RDEPEND="
>=dev-lang/ocaml-4.08.0:=[ocamlopt?]
>=dev-ml/asn1-combinators-0.2.0:=
>=dev-ml/cstruct-6.0.0:=
>=dev-ml/domain-name-0.3.0:=
>=dev-ml/fmt-0.8.7:=
>=dev-ml/gmap-0.3.0:=
>=dev-ml/ipaddr-5.2.0:=
dev-ml/logs:=
>=dev-ml/mirage-crypto-0.10.0:=[ec,pk,rng]
>=dev-ml/ocaml-base64-3.3.0:=
dev-ml/pbkdf:=
dev-ml/ptime:=
"
DEPEND="
${RDEPEND}
test? (
dev-ml/alcotest
>=dev-ml/cstruct-3.0.0[unix]
)
"
RESTRICT="!test? ( test )"