Skip to content

Commit 92fcfcd

Browse files
committed
Add opam file as well
1 parent fb85f9a commit 92fcfcd

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

openQASM.opam

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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"

0 commit comments

Comments
 (0)