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" 6homepage: "https://github.com/Risto-Stevcev/bastet" 7bug-reports: "https://github.com/Risto-Stevcev/bastet/issues" 8depends: [ 9 "ocaml" {>= "4.06.1" & < "4.12"} 10 "reason" {>= "3.6.0"} 11 "alcotest" {>= "1.0.1" & with-test} 12 "qcheck" {>= "0.13" & with-test} 13 "qcheck-alcotest" {>= "0.13" & with-test} 14 "ocamlformat" {>= "0.13.0" & with-test} 15 "mdx" {>= "1.6.0" & with-test} 16 "odoc" {>= "1.5.0" & with-doc} 17 "mustache" {>= "3.1.0" & with-doc} 18 "dune" {>= "2.2.0"} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/Risto-Stevcev/bastet.git" 35url { 36 src: "https://github.com/Risto-Stevcev/bastet/archive/1.1.0.tar.gz" 37 checksum: [ 38 "md5=22dabc44a034fcacb895e4b6a38f1e92" 39 "sha512=9c46e605c2f86da8e8a5ee4bb3bc0751d29385130dd821f427d87d272e81e66fec1f31392c84d57d98a51c91a398e87873fc05b5c71850c0d899aa1eb5534d47" 40 ] 41}