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/v0.44.0.zip" 30 checksum: [ 31 "md5=00c4df3973902e003c340e47d771df02" 32 "sha512=3dc5343bb529912bcccbb6b8b8e5cfaddb414258db35f9c6c56ea1c04174270d39a7dd92dd70da936b088e0b4008dcb36420f0082b77f94c46e19ce8be359015" 33 ] 34}