Skip to content

Commit

Permalink
Merge pull request #21772 from inQWIRE/release-openQASM-v0.4.0
Browse files Browse the repository at this point in the history
[new release] openQASM (0.4.0)
  • Loading branch information
kit-ty-kate authored Jul 11, 2022
2 parents 70fe756 + 35fde31 commit 79aa595
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions packages/openQASM/openQASM.0.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
synopsis: "Parser for OpenQASM (Open Quantum Assembly Language)"
description: "Parser for OpenQASM (Open Quantum Assembly Language)"
maintainer: ["[email protected]"]
authors: ["Kartik Singhal"]
license: "MIT"
homepage: "https://github.com/inQWIRE/openqasm-parser"
doc: "https://inQWIRE.github.io/openqasm-parser"
bug-reports: "https://github.com/inQWIRE/openqasm-parser/issues"
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.0"}
"menhir" {>= "20190626"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/inQWIRE/openqasm-parser.git"
url {
src:
"https://github.com/inQWIRE/openqasm-parser/releases/download/v0.4.0/openQASM-0.4.0.tbz"
checksum: [
"sha256=1df3e400539283030b72e45bc15af79ff9db32efa71452ad9a8b278ce4a792ba"
"sha512=3ad46f423c1c9e85880217b15fca8c9635b272314ed74e0e94f2e9c78331f5f969bd85ba6f324d417333207d0b72f338fa1dc1dff6ea1c3a984548866b8c84b5"
]
}
x-commit-hash: "6f2d2881bac69cd717bf70d5c8992e414c85d1ca"

0 comments on commit 79aa595

Please sign in to comment.