this repo has no description
1opam-version: "2.0" 2synopsis: "An 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.08"} 12 "alcotest" {>= "1.0.1" & with-test} 13 "qcheck" {>= "0.13" & with-test} 14 "qcheck-alcotest" {>= "0.13" & with-test} 15 "mdx" {>= "1.6.0" & with-test} 16 "bisect_ppx" {>= "2.1.0"} 17 "odoc" {>= "1.5.0" & with-doc} 18 "mustache" {>= "3.1.0" & with-doc} 19 "dune" {>= "2.0.1"} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31# "@runtest" {with-test} # Non-deterministic 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/Risto-Stevcev/bastet.git" 36url { 37 src: "https://github.com/Risto-Stevcev/bastet/archive/2.0.0.tar.gz" 38 checksum: [ 39 "md5=e9dcbc4e576d2c4622ac0cc9961f67b4" 40 "sha512=e2b891d23a2332368af801fd0d39f4ed0112162a962acba47b32e2ce7faf22ba6bf23549cf965184978966afbe08ea2e95ca09a05cffb0d780cf7e7af33b00b7" 41 ] 42}