Skip to content

Commit

Permalink
Package bastet.1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Risto-Stevcev committed Mar 23, 2020
1 parent 0c362d7 commit 58af062
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions packages/bastet/bastet.1.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "A ReasonML/OCaml library for category theory and abstract algebra"
maintainer: ["me@risto.codes"]
authors: ["Risto Stevcev"]
license: "BSD-3-Clause"
tags: ["category theory" "abstract algebra" "algebra" "cats"]
homepage: "https://github.com/Risto-Stevcev/bastet"
doc: "https://risto-stevcev.github.io/bastet"
bug-reports: "https://github.com/Risto-Stevcev/bastet/issues"
depends: [
"ocaml" {>= "4.06.1"}
"reason" {>= "3.6.0"}
"bisect_ppx" {>= "2.1.0" & dev}
"alcotest" {>= "1.0.1" & with-test}
"qcheck" {>= "0.13" & with-test}
"qcheck-alcotest" {>= "0.13" & with-test}
"ocamlformat" {>= "0.13.0" & with-test}
"mdx" {>= "1.6.0" & with-test}
"odoc" {>= "1.5.0" & with-doc}
"mustache" {>= "3.1.0" & with-doc}
"dune" {>= "2.2.0"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/Risto-Stevcev/bastet.git"
url {
src: "https://github.com/Risto-Stevcev/bastet/archive/1.2.0.tar.gz"
checksum: [
"md5=42accfba670d6987711072a17b984a1b"
"sha512=dfe355277cb7ac5e2e70a639ad35986db1c944077248f09932f518ae4c0223196fde228b8d311aa42dcbcf5105e53a4e07ddeae3b246f44877d27d7dac3b34f8"
]
}

0 comments on commit 58af062

Please sign in to comment.