this repo has no description
0
fork

Configure Feed

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

Merge pull request #20637 from hhugo/secp256k1-internal-0.3

secp256k1-internal.0.3 - Fix archive

authored by

Marcello Seri and committed by
GitHub
094bd21a de72684e

+38
+2
packages/secp256k1-internal/secp256k1-internal.0.3.0/opam
··· 8 8 bug-reports: "https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal/issues" 9 9 dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal" 10 10 11 + flags: avoid-version 12 + 11 13 build: [ 12 14 ["dune" "build" "-j" jobs "-p" name "@install"] 13 15 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
+36
packages/secp256k1-internal/secp256k1-internal.0.3.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@nomadic-labs.com" 3 + authors: "Vincent Bernardoff <vb@luminar.eu.org>, Nomadic-labs <contact@nomadic-labs.com>" 4 + homepage: "https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal" 5 + synopsis: "Bindings to secp256k1 internal functions (generic operations on the curve)" 6 + 7 + license: "MIT" 8 + bug-reports: "https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal/issues" 9 + dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal" 10 + 11 + build: [ 12 + ["dune" "build" "-j" jobs "-p" name "@install"] 13 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14 + ] 15 + depends: [ 16 + "ocaml" {>= "4.08.0"} 17 + "conf-gmp" {build} 18 + "dune" {>= "2.0"} 19 + "dune-configurator" 20 + "cstruct" {>= "6.0.0"} 21 + "bigstring" {>= "0.1.1"} 22 + "conf-pkg-config" 23 + "hex" {with-test & >= "1.4.0"} 24 + "alcotest" {with-test} 25 + "js_of_ocaml-compiler" { with-test & >= "3.11"} 26 + ] 27 + 28 + available: arch != "s390x" 29 + 30 + url { 31 + src: "https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal/-/archive/0.3/ocaml-secp256k1-internal-0.3.tar.bz2" 32 + checksum: [ 33 + "sha256=cc9c1f7ed70f30c17bddd45b2f95a83ab96d347432930856477709dc67643a63" 34 + "sha512=66d4012a78ada07e85a8c3aedb367fbacd9b997347a8cdcdc3c7e39f302088a1d06a5741e5dd1f33456dd5676982d5d676612ae6511b90bc807d911472b9863e" 35 + ] 36 + }