this repo has no description
1opam-version: "2.0"
2synopsis: "A ReasonML/OCaml library for category theory and abstract algebra"
3maintainer: ["me@risto.codes"]
4authors: ["Risto Stevcev"]
5license: "BSD-3-Clause"
6tags: ["category theory" "abstract algebra" "algebra" "cats"]
7homepage: "https://github.com/Risto-Stevcev/bastet"
8doc: "https://risto-stevcev.github.io/bastet"
9bug-reports: "https://github.com/Risto-Stevcev/bastet/issues"
10depends: [
11 "ocaml" {>= "4.06.1" & < "4.12"}
12 "reason" {>= "3.6.0"}
13 "alcotest" {>= "1.0.1" & with-test}
14 "qcheck" {>= "0.13" & with-test}
15 "qcheck-alcotest" {>= "0.13" & with-test}
16 "merlin" {>= "3.3.3" & with-test}
17 "ocamlformat" {>= "0.13.0" & with-test}
18 "mdx" {>= "1.6.0" & with-test}
19 "bisect_ppx" {>= "2.1.0" & with-test}
20 "odoc" {>= "1.5.0" & with-doc}
21 "mustache" {>= "3.1.0" & with-doc}
22 "dune" {>= "2.0.1"}
23]
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "@install"
34 "@runtest" {with-test}
35 "@doc" {with-doc}
36 ]
37]
38dev-repo: "git+https://github.com/Risto-Stevcev/bastet.git"
39url {
40 src: "https://github.com/Risto-Stevcev/bastet/archive/1.2.5.tar.gz"
41 checksum: [
42 "md5=0f5f123f9405e3fa9e64a1726d6d739b"
43 "sha512=f26be7f98ed94b3a224dffc3970bdd0a1efb6e66ac2627eae2c1bba765da2e9a730df042fa8b30d9ff827db52cb9c9dc6f561af3f0e5d7ce93b624fd2bada6de"
44 ]
45}