Skip to content

Commit 3d44868

Browse files
committed
rocq-equations.1.3.1+9.0 coq-equations.1.3.1+9.0
1 parent 7ee1240 commit 3d44868

File tree

2 files changed

+56
-0
lines changed
  • extra-dev/packages
    • coq-equations/coq-equations.1.3.1+9.0
    • rocq-equations/rocq-equations.1.3.1+9.0

2 files changed

+56
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
opam-version: "2.0"
2+
authors: [ "Matthieu Sozeau <[email protected]>" ]
3+
maintainer: "[email protected]"
4+
homepage: "https://mattam82.github.io/Coq-Equations"
5+
dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
6+
bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
7+
license: "LGPL-2.1-only"
8+
depends: [
9+
"rocq-equations" { = "9.0" }
10+
]
11+
synopsis: "Compatibility package, see rocq-equations"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
opam-version: "2.0"
2+
synopsis: "A function definition package for Rocq"
3+
description:
4+
"Equations is a function definition plugin for Rocq, that allows the definition of functions by dependent pattern-matching and well-founded, mutual or nested structural recursion and compiles them into core terms. It automatically derives the clauses equations, the graph of the function and its associated elimination principle."
5+
maintainer: ["Matthieu Sozeau <[email protected]>"]
6+
authors: [
7+
"Matthieu Sozeau <[email protected]>"
8+
"Cyprien Mangin <[email protected]>"
9+
]
10+
license: "LGPL-2.1-only"
11+
tags: [
12+
"keyword:dependent pattern-matching"
13+
"keyword:functional elimination"
14+
"category:Miscellaneous/Coq Extensions"
15+
"logpath:Equations"
16+
]
17+
homepage: "https://mattam82.github.io/Coq-Equations"
18+
bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
19+
depends: [
20+
"dune" {>= "3.13"}
21+
"ocaml" {>= "4.10.0"}
22+
"rocq-prover" {>= "9.0~" & != "dev" }
23+
"ppx_optcomp" {build}
24+
"ocaml-lsp-server" {with-dev-setup}
25+
"odoc" {with-doc}
26+
]
27+
build: [
28+
["dune" "subst"] {dev}
29+
[
30+
"dune"
31+
"build"
32+
"-p"
33+
name
34+
"-j"
35+
jobs
36+
"@install"
37+
"@runtest" {with-test}
38+
"@doc" {with-doc}
39+
]
40+
]
41+
dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
42+
url {
43+
src: "https://github.com/mattam82/Coq-Equations/releases/download/v1.3.1-9.0/Coq-Equations-1.3.1-9.0.tar.gz"
44+
checksum: "sha512=e8c4aa5b1ec4f9636b52047f0911c7bc7d3b69042011a626a8770866c7ca5f7cd722a45d62ff7ddf9903c4f295c7ca5cbe49f9e18f9675d55251f0e4c533306c"
45+
}

0 commit comments

Comments
 (0)