Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separated L extraction framework #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ opam pin add -k git coq-core.dev "https://github.com/coq/coq.git#master"
opam pin add -k git coq-stdlib.dev "https://github.com/coq/coq.git#master"
opam pin add -k git coqide-server.dev "https://github.com/coq/coq.git#master"
opam pin add -k git coq.dev "https://github.com/coq/coq.git#master"
opam pin add -k git coq-equations.dev "https://github.com/mattam82/Coq-Equations.git#main"
opam pin add -k git coq-metacoq-utils.dev "https://github.com/MetaCoq/metacoq.git#main"
opam pin add -k git coq-metacoq-common.dev "https://github.com/MetaCoq/metacoq.git#main"
opam pin add -k git coq-metacoq-template.dev "https://github.com/MetaCoq/metacoq.git#main"
```

# Coq Library of Undecidability Proofs
Expand Down Expand Up @@ -117,7 +113,7 @@ An equivalence proof that most of the mentioned models of computation compute th

## Manual Installation Instructions

You need the `master` branch of `Coq` built on OCAML `>= 4.09.1`, and the Template-Coq (part of [MetaCoq](https://metacoq.github.io/)) package for Coq. If you are using opam 2 you can use the following commands to install the dependencies on a new switch:
You need the `master` branch of `Coq` built on OCAML `>= 4.09.1`. If you are using opam 2 you can use the following commands to install the dependencies on a new switch:

```
opam switch create coq-library-undecidability --packages=ocaml-variants.4.14.1+options,ocaml-option-flambda
Expand All @@ -126,10 +122,6 @@ opam pin add -k git coq-core.dev "https://github.com/coq/coq.git#master"
opam pin add -k git coq-stdlib.dev "https://github.com/coq/coq.git#master"
opam pin add -k git coqide-server.dev "https://github.com/coq/coq.git#master"
opam pin add -k git coq.dev "https://github.com/coq/coq.git#master"
opam pin add -k git coq-equations.dev "https://github.com/mattam82/Coq-Equations.git#main"
opam pin add -k git coq-metacoq-utils.dev "https://github.com/MetaCoq/metacoq.git#main"
opam pin add -k git coq-metacoq-common.dev "https://github.com/MetaCoq/metacoq.git#main"
opam pin add -k git coq-metacoq-template.dev "https://github.com/MetaCoq/metacoq.git#main"
```

#### Building the undecidability library
Expand All @@ -150,7 +142,7 @@ The library is compatible with Coq's compiled interfaces ([`vos`](https://coq.in

#### Coq version

Be careful that this branch only compiles under `Coq 8.16`. If you want to use a different Coq version you have to change to a different branch.
Be careful that this branch only compiles under `Coq dev`. If you want to use a different Coq version you have to change to a different branch.
Due to compatibility issues, not every branch contains exactly the same problems.
We recommend to use the newest branch if possible.

Expand Down
5 changes: 2 additions & 3 deletions opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "dev+8.16"
version: "dev"
maintainer: "[email protected]"
homepage: "https://github.com/uds-psl/coq-library-undecidability/"
dev-repo: "git+https://github.com/uds-psl/coq-library-undecidability/"
Expand Down Expand Up @@ -28,10 +28,9 @@ install: [
depends: [
"coq" {= "dev"}
"ocaml"
"coq-metacoq-template" {= "dev"}
]

synopsis: "A Coq Library of Undecidability Proofs"
url {
git: "https://github.com/uds-psl/coq-library-undecidability.git#coq-8.16"
git: "https://github.com/uds-psl/coq-library-undecidability.git#master"
}
87 changes: 0 additions & 87 deletions theories/L/Computability/Acceptability.v

This file was deleted.

52 changes: 0 additions & 52 deletions theories/L/Computability/Computability.v

This file was deleted.

72 changes: 0 additions & 72 deletions theories/L/Computability/Decidability.v

This file was deleted.

33 changes: 0 additions & 33 deletions theories/L/Computability/Fixpoints.v

This file was deleted.

Loading
Loading