mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
2025-10-20 14:33:43 UTC
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
BDEPEND=dev-lang/ocaml dev-ml/dune
|
||||
DEFINED_PHASES=compile install test
|
||||
DEPEND=test? ( dev-ml/calendar dev-ml/fpath dev-ml/pprint dev-ml/uucp dev-ml/uunf dev-ml/uutf ) dev-lang/ocaml:=[ocamlopt?] dev-ml/dune:=
|
||||
DEPEND=dev-ml/afl-persistent:= >=dev-ml/cmdliner-1.1.0:= dev-ml/ocplib-endian:= test? ( dev-ml/calendar dev-ml/fpath dev-ml/pprint dev-ml/uucp dev-ml/uunf dev-ml/uutf ) dev-lang/ocaml:=[ocamlopt?] dev-ml/dune:=
|
||||
DESCRIPTION=Write tests, let a fuzzer find failing cases
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/stedolan/crowbar
|
||||
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0/0.2.1
|
||||
SRC_URI=https://github.com/stedolan/crowbar/archive/v0.2.1.tar.gz -> crowbar-0.2.1.tar.gz
|
||||
_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 multiprocessing 1e32df7deee68372153dca65f4a7c21f dune 4304f35da0fafecd98eb149d0b7ed4d4
|
||||
_md5_=f77a239395a5df14f4592a7828754973
|
||||
_md5_=de88e250160b534fdf6a8b1b6cf8d3be
|
||||
|
||||
@@ -1,15 +1,16 @@
|
||||
BDEPEND=dev-lang/ocaml dev-ml/dune
|
||||
DEFINED_PHASES=compile install test
|
||||
DEPEND=>=dev-lang/ocaml-4.8:=[ocamlopt?] dev-ml/eqaf:=[ocamlopt?] dev-lang/ocaml:=[ocamlopt?] dev-ml/dune:=
|
||||
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?] ) dev-lang/ocaml:=[ocamlopt?] dev-ml/dune:=
|
||||
DESCRIPTION=Hashes implementations (SHA*, RIPEMD160, BLAKE2* and MD5)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/mirage/digestif
|
||||
INHERIT=dune
|
||||
IUSE=+ocamlopt
|
||||
IUSE=+ocamlopt test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-lang/ocaml-4.8:=[ocamlopt?] dev-ml/eqaf:=[ocamlopt?] dev-lang/ocaml:=[ocamlopt?] dev-ml/dune:=
|
||||
SLOT=0
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0/1.3.0
|
||||
SRC_URI=https://github.com/mirage/digestif/archive/v1.3.0.tar.gz -> digestif-1.3.0.gh.tar.gz
|
||||
_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 multiprocessing 1e32df7deee68372153dca65f4a7c21f dune 4304f35da0fafecd98eb149d0b7ed4d4
|
||||
_md5_=5926be2908ad222f50db026922dd78df
|
||||
_md5_=3760093af94f9960736f5c2400df64f2
|
||||
|
||||
@@ -1,15 +1,16 @@
|
||||
BDEPEND=dev-lang/ocaml dev-ml/dune
|
||||
DEFINED_PHASES=compile install test
|
||||
DEPEND=>=dev-lang/ocaml-4.3:=[ocamlopt?] >=dev-ml/cstruct-1.10:=[ocamlopt?] dev-lang/ocaml:=[ocamlopt?] dev-ml/dune:=
|
||||
DEPEND=>=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:=[ocamlopt?] dev-ml/dune:=
|
||||
DESCRIPTION=Constant time equal function to avoid timing attacks in OCaml
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/mirage/eqaf
|
||||
INHERIT=dune
|
||||
IUSE=+ocamlopt
|
||||
IUSE=+ocamlopt test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-lang/ocaml-4.3:=[ocamlopt?] >=dev-ml/cstruct-1.10:=[ocamlopt?] dev-lang/ocaml:=[ocamlopt?] dev-ml/dune:=
|
||||
SLOT=0
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0/0.10
|
||||
SRC_URI=https://github.com/mirage/eqaf/archive/v0.10.tar.gz -> eqaf-0.10.gh.tar.gz
|
||||
_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 multiprocessing 1e32df7deee68372153dca65f4a7c21f dune 4304f35da0fafecd98eb149d0b7ed4d4
|
||||
_md5_=9f42222d860726ff084d8f9bfa0cb885
|
||||
_md5_=d922c1f0880fc0403dc8dd0b9e98996e
|
||||
|
||||
@@ -1,15 +1,16 @@
|
||||
BDEPEND=dev-lang/ocaml dev-ml/dune
|
||||
DEFINED_PHASES=compile install test
|
||||
DEPEND=>=dev-ml/dune-1.9 >=dev-lang/ocaml-4.3:=[ocamlopt?] dev-lang/ocaml:=[ocamlopt?] dev-ml/dune:=
|
||||
DEPEND=>=dev-ml/dune-1.9 >=dev-lang/ocaml-4.3:=[ocamlopt?] test? ( dev-ml/alcotest:=[ocamlopt?] ) dev-lang/ocaml:=[ocamlopt?] dev-ml/dune:=
|
||||
DESCRIPTION=Easy to use and user-friendly topological sort
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/dmbaturin/ocaml-tsort
|
||||
INHERIT=dune
|
||||
IUSE=+ocamlopt
|
||||
IUSE=+ocamlopt test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-ml/dune-1.9 >=dev-lang/ocaml-4.3:=[ocamlopt?] dev-lang/ocaml:=[ocamlopt?] dev-ml/dune:=
|
||||
SLOT=0
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0/2.2.0
|
||||
SRC_URI=https://github.com/dmbaturin/ocaml-tsort/archive/2.2.0.tar.gz -> ocaml-tsort-2.2.0.gh.tar.gz
|
||||
_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 multiprocessing 1e32df7deee68372153dca65f4a7c21f dune 4304f35da0fafecd98eb149d0b7ed4d4
|
||||
_md5_=23d18d103ff101bf8a2b9218cbbfbe2f
|
||||
_md5_=b4404b2e7d13eca0fafc4d1581aa1c33
|
||||
|
||||
Reference in New Issue
Block a user