File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Parser for OpenQASM (Open Quantum Assembly Language)"
4+ description: "Parser for OpenQASM (Open Quantum Assembly Language)"
5+ maintainer: ["kartiksinghal@gmail.com"]
6+ authors: ["Kartik Singhal"]
7+ license: "ISC"
8+ homepage: "https://github.com/k4rtik/openqasm-parser"
9+ doc: "https://k4rtik.github.io/openqasm-parser"
10+ bug-reports: "https://github.com/k4rtik/openqasm-parser/issues"
11+ depends: [
12+ "dune" {> "1.5"}
13+ "menhir" {>= "20190626"}
14+ ]
15+ build: [
16+ ["dune" "subst"] {pinned}
17+ [
18+ "dune"
19+ "build"
20+ "-p"
21+ name
22+ "-j"
23+ jobs
24+ "@install"
25+ "@runtest" {with-test}
26+ "@doc" {with-doc}
27+ ]
28+ ]
29+ dev-repo: "git+https://github.com/k4rtik/openqasm-parser.git"
You can’t perform that action at this time.
0 commit comments