This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6bd0687
commit 19d1457
Showing
10 changed files
with
54 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,5 @@ node_modules | |
_build/ | ||
_opam/ | ||
bastet/src/index.mld | ||
docs/bisect_ppx | ||
coverage.json |
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 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: "A ReasonML/Ocaml library for category theory and abstract algebra" | ||
synopsis: "A ReasonML/OCaml library for category theory and abstract algebra" | ||
maintainer: ["[email protected]"] | ||
authors: ["Risto Stevcev"] | ||
license: "BSD-3-Clause" | ||
|
@@ -14,6 +14,7 @@ depends: [ | |
"qcheck-alcotest" {>= "0.13" & with-test} | ||
"ocamlformat" {>= "0.13.0" & with-test} | ||
"mdx" {>= "1.6.0" & with-test} | ||
"bisect_ppx" {>= "2.1.0" & with-test} | ||
"odoc" {>= "1.5.0" & with-doc} | ||
"mustache" {>= "3.1.0" & with-doc} | ||
"dune" {>= "2.2.0"} | ||
|
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,7 @@ | ||
(library | ||
(name bastet) | ||
(public_name bastet)) | ||
(public_name bastet) | ||
(preprocess (pps bisect_ppx --conditional))) | ||
|
||
(documentation | ||
(package bastet)) |
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 |
---|---|---|
|
@@ -8,3 +8,5 @@ | |
(progn | ||
(run ocaml-mdx test %{x}) | ||
(diff? %{x} %{x}.corrected)))) | ||
|
||
(data_only_dirs node_modules) |
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