-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* coqdocjs * coqdocjs * Release changes (#729) * Set version in opam files * Fix equations dependency * Fix build.yml * Fix opam files and add make-opam-files script * Update version bounds * Back to 8.16.dev versions * Opam make tests (#730) * Make test-suite and examples also installable from the opam package * Test the "with-test" targets of the opam file * Plugin-demo building * Missing MetaCoq prefix in test-suite/plugin * The opam files actually require bash * Missing includes for local build of examples/test-suite * Fix opam build * Fix configure.h Co-authored-by: Yannick Forster <[email protected]>
- Loading branch information
Showing
25 changed files
with
593 additions
and
41 deletions.
There are no files selected for viewing
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
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
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
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
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ authors: ["Abhishek Anand <[email protected]>" | |
] | ||
license: "MIT" | ||
build: [ | ||
["sh" "./configure.sh"] | ||
["bash" "./configure.sh"] | ||
[make "-j" "%{jobs}%" "-C" "erasure"] | ||
] | ||
install: [ | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ authors: ["Abhishek Anand <[email protected]>" | |
] | ||
license: "MIT" | ||
build: [ | ||
["sh" "./configure.sh"] | ||
["bash" "./configure.sh"] | ||
[make "-j" "%{jobs}%" "-C" "pcuic"] | ||
] | ||
install: [ | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ authors: ["Abhishek Anand <[email protected]>" | |
] | ||
license: "MIT" | ||
build: [ | ||
["sh" "./configure.sh"] | ||
["bash" "./configure.sh"] | ||
[make "-j" "%{jobs}%" "-C" "safechecker"] | ||
] | ||
install: [ | ||
|
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 |
---|---|---|
|
@@ -19,16 +19,17 @@ authors: ["Abhishek Anand <[email protected]>" | |
] | ||
license: "MIT" | ||
build: [ | ||
["sh" "./configure.sh"] | ||
["bash" "./configure.sh"] | ||
[make "-j" "%{jobs}%" "template-coq"] | ||
] | ||
install: [ | ||
[make "-C" "template-coq" "install"] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.07.1"} | ||
"coq" { >= "8.15~" & < "8.16~" } | ||
"coq-equations" { = "1.3+8.15" } | ||
"stdlib-shims" | ||
"coq" { >= "8.15" & < "8.16~" } | ||
"coq-equations" { >= "1.3" } | ||
] | ||
synopsis: "A quoting and unquoting library for Coq in Coq" | ||
description: """ | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ authors: ["Abhishek Anand <[email protected]>" | |
] | ||
license: "MIT" | ||
build: [ | ||
["sh" "./configure.sh"] | ||
["bash" "./configure.sh"] | ||
[make "-j" "%{jobs}%" "-C" "translations"] | ||
] | ||
install: [ | ||
|
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
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
This file was deleted.
Oops, something went wrong.
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,9 @@ | ||
-R . MetaCoq.Examples | ||
|
||
demo.v | ||
constructor_tac.v | ||
add_constructor.v | ||
tauto.v | ||
typing_correctness.v | ||
metacoq_tour_prelude.v | ||
metacoq_tour.v |
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,72 @@ | ||
var coqdocjs = coqdocjs || {}; | ||
|
||
coqdocjs.repl = { | ||
"fun": "λ", | ||
"forall": "∀", | ||
"exists": "∃", | ||
"~": "¬", | ||
"/\\": "∧", | ||
"\\/": "∨", | ||
"->": "→", | ||
"<-": "←", | ||
"<->": "↔", | ||
"=>": "⇒", | ||
"<>": "≠", | ||
"<=": "≤", | ||
">=": "≥", | ||
"el": "∈", | ||
"nel": "∉", | ||
"<<=": "⊆", | ||
"<<": "⊂", | ||
"|-": "⊢", | ||
"++": "⧺", | ||
"===": "≡", | ||
"=/=": "≢", | ||
"=~=": "≅", | ||
"==>": "⟹", | ||
"lhd": "⊲", | ||
"rhd": "⊳", | ||
"nat": "ℕ", | ||
"alpha": "α", | ||
"beta": "β", | ||
"gamma": "γ", | ||
"delta": "δ", | ||
"epsilon": "ε", | ||
"eta": "η", | ||
"iota": "ι", | ||
"kappa": "κ", | ||
"lambda": "λ", | ||
"mu": "μ", | ||
"nu": "ν", | ||
"lia": "ω", | ||
"phi": "ϕ", | ||
"pi": "π", | ||
"psi": "ψ", | ||
"rho": "ρ", | ||
"sigma": "σ", | ||
"tau": "τ", | ||
"theta": "θ", | ||
"xi": "ξ", | ||
"zeta": "ζ", | ||
"Delta": "Δ", | ||
"Gamma": "Γ", | ||
"Pi": "Π", | ||
"Sigma": "Σ", | ||
"Lia": "Ω", | ||
"Xi": "Ξ" | ||
}; | ||
|
||
coqdocjs.subscr = { | ||
"0" : "₀", | ||
"1" : "₁", | ||
"2" : "₂", | ||
"3" : "₃", | ||
"4" : "₄", | ||
"5" : "₅", | ||
"6" : "₆", | ||
"7" : "₇", | ||
"8" : "₈", | ||
"9" : "₉", | ||
}; | ||
|
||
coqdocjs.replInText = ["==>","<=>", "=>", "->", "<-", ":="]; |
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
Oops, something went wrong.