-
Notifications
You must be signed in to change notification settings - Fork 7
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 #29 from coq-community/8.18-dune
Dune fixes and 8.18 in CI
- Loading branch information
Showing
33 changed files
with
95 additions
and
97 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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
(lang dune 2.5) | ||
(using coq 0.2) | ||
(name coq-chapar) | ||
(lang dune 3.5) | ||
(using coq 0.6) | ||
(name chapar) |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
open Printf | ||
|
||
open Commonbench | ||
open Utils.Commonbench | ||
|
||
|
||
let () = | ||
|
@@ -34,4 +34,4 @@ let () = | |
|
||
|
||
|
||
|
||
|
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,13 @@ | ||
(executable | ||
(name benchgen) | ||
(flags :standard -w -35) | ||
(public_name chaparBenchgen) | ||
(libraries utils) | ||
(modules benchgen) | ||
(package coq-chapar-stores)) | ||
|
||
(executable | ||
(name experiment) | ||
(flags :standard -w -33-35) | ||
(libraries utils) | ||
(modules experiment)) |
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
(executable | ||
(name launchStore1) | ||
(flags :standard -w -3-27-33-39) | ||
(public_name chaparStore1) | ||
(libraries utils batteries) | ||
(modules launchStore1 KVSAlg1 algorithm1) | ||
(package coq-chapar-stores)) | ||
|
||
(coq.extraction | ||
(prelude ExtractAlgorithm1) | ||
(extracted_modules KVSAlg1) | ||
;(theories Chapar) | ||
) |
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
File renamed without changes.
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
open Printf | ||
open Unix | ||
|
||
open Common | ||
open Algorithm | ||
open Utils.Common | ||
open Utils.Algorithm | ||
open KVSAlg2 | ||
|
||
|
||
|
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,13 @@ | ||
(executable | ||
(name launchStore2) | ||
(flags :standard -w -3-27-33-39) | ||
(public_name chaparStore2) | ||
(libraries utils batteries) | ||
(modules launchStore2 KVSAlg2 algorithm2) | ||
(package coq-chapar-stores)) | ||
|
||
(coq.extraction | ||
(prelude ExtractAlgorithm2) | ||
(extracted_modules KVSAlg2) | ||
;(theories Chapar) | ||
) |
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
(executable | ||
(name launchStore3) | ||
(flags :standard -w -3-27-33-39) | ||
(public_name chaparStore3) | ||
(libraries utils batteries) | ||
(modules launchStore3 KVSAlg3 algorithm3) | ||
(package coq-chapar-stores)) | ||
|
||
(coq.extraction | ||
(prelude ExtractAlgorithm3) | ||
(extracted_modules KVSAlg3) | ||
;(theories Chapar) | ||
) |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,6 @@ | ||
(library | ||
(name utils) | ||
(flags :standard -w -27-33-35) | ||
(modules util runtime configuration common algorithm readConfig benchprog commonbench) | ||
;(wrapped false) | ||
(libraries unix)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.