-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3304 from inQWIRE/quantumlib-1.6.0
Add QuantumLib 1.6.0
- Loading branch information
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
52 changes: 52 additions & 0 deletions
52
released/packages/coq-quantumlib/coq-quantumlib.1.6.0/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
opam-version: "2.0" | ||
synopsis: "Coq library for reasoning about quantum programs" | ||
description: """ | ||
inQWIRE's QuantumLib is a Coq library for reasoning | ||
about quantum computation and quantum programs. | ||
""" | ||
maintainer: ["inQWIRE Developers"] | ||
authors: ["inQWIRE"] | ||
license: "MIT" | ||
homepage: "https://github.com/inQWIRE/QuantumLib" | ||
doc: "https://inqwire.github.io/QuantumLib/toc.html" | ||
bug-reports: "https://github.com/inQWIRE/QuantumLib/issues" | ||
depends: [ | ||
"dune" {>= "2.8"} | ||
"coq" {>= "8.16" < "8.20"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/inQWIRE/QuantumLib.git" | ||
|
||
url { | ||
src: "https://github.com/inQWIRE/QuantumLib/archive/refs/tags/v1.6.0.tar.gz" | ||
checksum: "sha256=fb4bf630a57a34f4b605a89afaee677baacf40ca1670547ba42904d3eb62c78c" | ||
} | ||
|
||
tags: [ | ||
"keyword:quantum" | ||
"keyword:qwire" | ||
"keyword:sqir" | ||
"keyword:matrices" | ||
"keyword:vectors" | ||
"keyword:linear algebra" | ||
"keyword:complex numbers" | ||
"category:Mathematics/Algebra" | ||
"category:Mathematics/Real Calculus and Topology" | ||
"date:2025-01-18" | ||
"logpath:QuantumLib" | ||
] | ||
|