this repo has no description
1opam-version: "2.0" 2synopsis: "Qiskit for OCaml" 3description: """ 4An OCaml wrapper for the Qiskit quantum computing toolkit 5""" 6maintainer: "Davide Gessa <gessadavide@gmail.com>" 7authors: [ 8 "Davide Gessa <gessadavide@gmail.com>" 9] 10 11homepage: "https://github.com/dakk/caml_qiskit" 12bug-reports: "https://github.com/dakk/caml_qiskit/issues" 13license: "MIT" 14dev-repo: "git+https://github.com/dakk/caml_qiskit.git" 15build: ["dune" "build" "-p" name "-j" jobs] 16 17depends: [ 18 "ocaml" {>= "4.05.0"} 19 20 "dune" {>= "3.10.0"} 21 "pyml" {>= "20220905"} 22 23 "ounit" {with-test & >= "2.2.7"} 24 25 "odoc" {dev & >= "2.2.1"} 26 "bisect_ppx" {dev & >= "2.8.3"} 27] 28url { 29 src: "https://github.com/dakk/caml_qiskit/archive/refs/tags/v1.0.2.tar.gz" 30 checksum: [ 31 "md5=4830377982b2b6a87fa9445e015e6747" 32 "sha512=485978cf181b74592f2adfb0be1f8af142c3f5ad7355226540c11ddf010cb9f57d7eda705f87edfd7e86d1a0d3ec43def91dc7324caa62ff17c1b4cebf8b03e8" 33 ] 34}