this repo has no description
1opam-version: "2.0" 2synopsis: "Library to write arithmetic circuits for Plonk" 3maintainer: "privacy-team@nomadic-labs.com" 4authors: "Nomadic Labs Privacy Team" 5license: "MIT" 6homepage: 7 "https://research-development.nomadic-labs.com/files/cryptography.html" 8bug-reports: 9 "https://gitlab.com/nomadic-labs/cryptography/privacy-team/-/issues" 10depends: [ 11 "dune" {>= "2.8"} 12 "ocaml" {>= "4.12.0"} 13 "hacl-star" {>= "0.4.0"} 14 "bls12-381" {>= "4.0.0"} 15 "bls12-381-hash" {>= "0.0.5" & < "1.0.0"} 16 "ppx_repr" {>= "0.6.0"} 17 "hex" 18 "stdint" 19 "polynomial" {>= "0.4.0" & < "0.5.0"} 20 "mec" {= "0.1.0"} 21 "odoc" {with-doc} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}] 26] 27dev-repo: "git+https://gitlab.com/nomadic-labs/cryptography/privacy-team.git" 28url { 29 src: 30 "https://gitlab.com/nomadic-labs/cryptography/privacy-team/-/archive/v1.0.1/privacy-team-v1.0.1.tar.gz" 31 checksum: [ 32 "md5=03d6ca5fb1c6865b6628e0dd49575895" 33 "sha512=20494d1d00ded43f3625e06e037d3bad04f0a7320914b542b882d3d0293c9b02845b7ca9ee4ff0eb8ea495eff5633016861c39370cca92c12aacae0e84483ca4" 34 ] 35}