this repo has no description
1opam-version: "2.0" 2synopsis: "Qiskit for OCaml" 3description: "An OCaml wrapper for the Qiskit quantum computing toolkit" 4maintainer: "Davide Gessa <gessadavide@gmail.com>" 5authors: "Davide Gessa <gessadavide@gmail.com>" 6license: "MIT" 7homepage: "https://github.com/dakk/caml_qiskit" 8bug-reports: "https://github.com/dakk/caml_qiskit/issues" 9depends: [ 10 "ocaml" {>= "4.05.0"} 11 "dune" {>= "2.5.0"} 12 "pyml" {>= "20200518"} 13] 14build: ["dune" "build" "-p" name "-j" jobs] 15dev-repo: "git+https://github.com/dakk/caml_qiskit.git" 16url { 17 src: "https://github.com/dakk/caml_qiskit/archive/v0.1.0.zip" 18 checksum: [ 19 "md5=6b76c7cae259eba2df5385e686c94f68" 20 "sha512=a6dbd9045d86986d0230c4d1e77971142595ed80e8487bd290c3b771b695d544a463b311d252b7ac198081d6d8199d90d3c5126ae639f8ae645b97cc942f8f76" 21 ] 22}