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: "https://gitlab.com/nomadic-labs/privacy-team" 7bug-reports: "https://gitlab.com/nomadic-labs/privacy-team/-/issues" 8depends: [ 9 "dune" {>= "2.8"} 10 "ocaml" {>= "4.12.0"} 11 "hacl-star" {>= "0.4.0"} 12 "bls12-381" {>= "4.0.0"} 13 "tezos-bls12-381-polynomial" {= version} 14 "data-encoding" 15 "hex" 16 "stdint" 17 "ff" 18 "mec" {= "0.1.0"} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 ] 31] 32dev-repo: "git+https://gitlab.com/nomadic-labs/privacy-team.git" 33url { 34 src: 35 "https://gitlab.com/nomadic-labs/privacy-team/-/archive/v0.1.2/privacy-team-v0.1.2.tar.gz" 36 checksum: [ 37 "md5=4b7cf2360bed71e9c869142e7e733a71" 38 "sha512=206b26f5102ee9450450f89a77b2eaadf5fe276b5e36b10483f83aa884b199b819a28ca067ca38c471d74402fb9ee0e0abe21a1aad8e5dfc5b1543233e4ff7a9" 39 ] 40}