this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #16365 from pirbo/hacl.0.2

hacl v0.2

authored by

Kate and committed by
GitHub
e95ae0f3 a2aa27b4

+30
+30
packages/hacl/hacl.0.2/opam
··· 1 + opam-version: "2.0" 2 + authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Marco Stronati <marco@stronati.org>" ] 3 + maintainer: "contact@tezos.com" 4 + synopsis: "Tezos binding for Hacl*" 5 + homepage: "https://gitlab.com/nomadic-labs/ocaml-hacl" 6 + bug-reports: "https://gitlab.com/nomadic-labs/ocaml-hacl/issues" 7 + dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-hacl.git" 8 + license: "MIT" 9 + depends: [ 10 + "dune" {>= "1.7" & < "2.0"} 11 + "bigstring" {>= "0.1.1"} 12 + "ocplib-endian" {>= "1.0"} 13 + "zarith" {>= "1.7"} 14 + "alcotest" {with-test & >= "0.8.1"} 15 + "hex" {with-test & >= "1.4.0"} 16 + "base" {< "v0.14"} 17 + "stdio" {< "v0.14"} 18 + ] 19 + build: [ 20 + ["dune" "build" "-j" jobs "-p" name "@install"] 21 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 22 + ] 23 + url { 24 + src: 25 + "https://gitlab.com/nomadic-labs/ocaml-hacl/-/archive/v0.2/ocaml-hacl-v0.2.tar.gz" 26 + checksum: [ 27 + "sha256=84c4f6c4c54c8386d8b44d5a48840d8fec25568fbe64b3c6414d21d4d8cb4afc" 28 + "sha512=f565673faf6587ad786bd747e25664a9e1c22b549ed801c444ee40840d8fb6b49b248fae9205743e1b47c7244a182758380eeaa5b802f5a0f3b7eb4bbe8667f6" 29 + ] 30 + }