File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change
1
+ #### v0.3.0 (2020-01-16)
2
+ - Switch to MIT license
3
+
1
4
#### v0.2.0 (2020-01-15)
2
5
- Initial public release
Original file line number Diff line number Diff line change 1
- (lang dune 2 .1 )
1
+ (lang dune 2 .0 )
2
2
(using menhir 2 .0)
3
3
4
4
(name openQASM)
5
- ( source ( github k4rtik /openqasm-parser) )
6
- ( documentation " https://k4rtik .github.io/openqasm-parser" )
5
+ ( source ( github inQWIRE /openqasm-parser) )
6
+ ( documentation " https://inQWIRE .github.io/openqasm-parser" )
7
7
( license MIT)
8
8
( authors " Kartik Singhal" )
9
9
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ synopsis: "Parser for OpenQASM (Open Quantum Assembly Language)"
4
4
description: "Parser for OpenQASM (Open Quantum Assembly Language)"
5
5
6
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"
7
+ license: "MIT "
8
+ homepage: "https://github.com/inQWIRE /openqasm-parser"
9
+ doc: "https://inQWIRE .github.io/openqasm-parser"
10
+ bug-reports: "https://github.com/inQWIRE /openqasm-parser/issues"
11
11
depends: [
12
12
"dune" {> "1.5"}
13
13
"menhir" {>= "20190626"}
@@ -26,4 +26,4 @@ build: [
26
26
"@doc" {with-doc}
27
27
]
28
28
]
29
- dev-repo: "git+https://github.com/k4rtik /openqasm-parser.git"
29
+ dev-repo: "git+https://github.com/inQWIRE /openqasm-parser.git"
You can’t perform that action at this time.
0 commit comments