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+
14#### v0.2.0 (2020-01-15)
25- Initial public release
Original file line number Diff line number Diff line change 1- (lang dune 2 .1 )
1+ (lang dune 2 .0 )
22(using menhir 2 .0)
33
44(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" )
77( license MIT)
88( authors " Kartik Singhal" )
99( maintainers " kartiksinghal@gmail.com" )
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ synopsis: "Parser for OpenQASM (Open Quantum Assembly Language)"
44description: "Parser for OpenQASM (Open Quantum Assembly Language)"
55maintainer: ["kartiksinghal@gmail.com"]
66authors: ["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"
1111depends: [
1212 "dune" {> "1.5"}
1313 "menhir" {>= "20190626"}
@@ -26,4 +26,4 @@ build: [
2626 "@doc" {with-doc}
2727 ]
2828]
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