Skip to content

Commit

Permalink
Merge pull request #27 from coq-community/no-dune-theories
Browse files Browse the repository at this point in the history
work around problem with dune install by only using coq_makefile
  • Loading branch information
palmskog authored Nov 15, 2022
2 parents 1d15808 + afacb32 commit 99fb0fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions coq-stalmarck.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ description: """
A two-level approach to prove tautologies using Stålmarck's
algorithm in Coq."""

build: ["dune" "build" "-p" name "-j" jobs]
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"dune" {>= "2.5"}
"coq" {= "dev"}
]

Expand Down
2 changes: 1 addition & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nix: true
doi: 10.1007/3-540-44659-1_24
plugin: true
branch: master
dune: true
dune: false

synopsis: Verified implementation of Stålmarck's algorithm for proving tautologies in Coq

Expand Down
4 changes: 0 additions & 4 deletions theories/dune

This file was deleted.

0 comments on commit 99fb0fd

Please sign in to comment.