Skip to content

Commit 8afe1bc

Browse files
committed
Add QuantumLib 1.6.0
1 parent d8c2636 commit 8afe1bc

File tree

1 file changed

+52
-0
lines changed
  • released/packages/coq-quantumlib/coq-quantumlib.1.6.0

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
opam-version: "2.0"
2+
synopsis: "Coq library for reasoning about quantum programs"
3+
description: """
4+
inQWIRE's QuantumLib is a Coq library for reasoning
5+
about quantum computation and quantum programs.
6+
"""
7+
maintainer: ["inQWIRE Developers"]
8+
authors: ["inQWIRE"]
9+
license: "MIT"
10+
homepage: "https://github.com/inQWIRE/QuantumLib"
11+
doc: "https://inqwire.github.io/QuantumLib/toc.html"
12+
bug-reports: "https://github.com/inQWIRE/QuantumLib/issues"
13+
depends: [
14+
"dune" {>= "2.8"}
15+
"coq" {>= "8.16" < "8.20"}
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://github.com/inQWIRE/QuantumLib.git"
33+
34+
url {
35+
src: "https://github.com/inQWIRE/QuantumLib/archive/refs/tags/v1.6.0.zip"
36+
checksum: "sha256=6be133fdbee9ab7c11a95560b0b4fd40134b98b1169889022b5a48d5d7bcd94d"
37+
}
38+
39+
tags: [
40+
"keyword:quantum"
41+
"keyword:qwire"
42+
"keyword:sqir"
43+
"keyword:matrices"
44+
"keyword:vectors"
45+
"keyword:linear algebra"
46+
"keyword:complex numbers"
47+
"category:Mathematics/Algebra"
48+
"category:Mathematics/Real Calculus and Topology"
49+
"date:2025-01-18"
50+
"logpath:QuantumLib"
51+
]
52+

0 commit comments

Comments
 (0)