Skip to content

Commit a1d88f4

Browse files
committed
Another release after move to inQWIRE org
1 parent bc2ef54 commit a1d88f4

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
#### v0.3.0 (2020-01-16)
2+
- Switch to MIT license
3+
14
#### v0.2.0 (2020-01-15)
25
- Initial public release

dune-project

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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 "[email protected]")

openQASM.opam

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ synopsis: "Parser for OpenQASM (Open Quantum Assembly Language)"
44
description: "Parser for OpenQASM (Open Quantum Assembly Language)"
55
maintainer: ["[email protected]"]
66
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"
1111
depends: [
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"

0 commit comments

Comments
 (0)