Skip to content

Commit

Permalink
Merge pull request #16082 from Risto-Stevcev/opam-publish-bastet_asyn…
Browse files Browse the repository at this point in the history
…c.0.1.0

Package bastet_async.0.1.0
  • Loading branch information
kit-ty-kate authored Mar 27, 2020
2 parents 8573c4a + 2c222c4 commit 62108b6
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/bastet_async/bastet_async.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis: "Async implementations for bastet"
maintainer: ["[email protected]"]
authors: ["Risto Stevcev"]
license: "BSD-3-Clause"
tags: ["category theory" "abstract algebra" "algebra" "cats" "async"]
homepage: "https://github.com/Risto-Stevcev/bastet-async"
doc: "https://risto-stevcev.github.io/bastet-async"
bug-reports: "https://github.com/Risto-Stevcev/bastet-async/issues"
depends: [
"ocaml" {>= "4.06.1"}
"bastet" {>= "1.2.5"}
"async_kernel" {>= "v0.12.0"}
"async_unix" {>= "v0.12.0" & with-test}
"core" {>= "v0.12.0" & with-test}
"alcotest" {>= "1.0.1" & with-test}
"alcotest-async" {>= "1.0.1" & with-test}
"mdx" {>= "1.6.0" & with-test}
"odoc" {>= "1.5.0" & with-doc}
"dune" {>= "2.4.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-async.git"
url {
src: "https://github.com/Risto-Stevcev/bastet-async/archive/0.1.0.tar.gz"
checksum: [
"md5=e15663969dac6d7013205e2c5750fd21"
"sha512=4dd0476f5285fed7dc570625b3fddf9546866f488ab4cd6933e9f9cc3c9947d84dba9d18bab71fd65aed0dc8826e01fa2e04291c53ece6a31c0e887e0e18439e"
]
}

0 comments on commit 62108b6

Please sign in to comment.