this repo has no description

Merge pull request #18905 from khieta/release-voqc-0.2.1

[new release] voqc (0.2.1)

Kate c3cc4e61 2e93a66f

Changed files
+41
packages
voqc
voqc.0.2.1
+41
packages/voqc/voqc.0.2.1/opam
···
+
opam-version: "2.0"
+
synopsis: "A verified optimizer for quantum circuits (VOQC)"
+
description:
+
"OCaml library for VOQC, a Verified Optimizer for Quantum Circuits"
+
maintainer: ["kesha@cs.umd.edu"]
+
authors: ["Kesha Hietala"]
+
license: "MIT"
+
homepage: "https://github.com/inQWIRE/mlvoqc"
+
doc: "https://inQWIRE.github.io/mlvoqc"
+
bug-reports: "https://github.com/inQWIRE/mlvoqc/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08"}
+
"openQASM"
+
"zarith" {>= "1.5"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/inQWIRE/mlvoqc.git"
+
x-commit-hash: "a18fcb9e770ef93b594c5d3d3f9ca76a58b8dd6f"
+
url {
+
src:
+
"https://github.com/inQWIRE/mlvoqc/releases/download/0.2.1/voqc-0.2.1.tbz"
+
checksum: [
+
"sha256=775c805a06491ba3f46d3d752902acaffdf0d505d842874d68bed87df45c079c"
+
"sha512=01949ab400300b638d6a09969f922824336c2428cd0979c6cc786b027d806ef580486effe2179caa02e19a96c4e363626568c9f246b835183df420f0b53a2480"
+
]
+
}