Skip to content

Commit

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

Package bastet_lwt.0.1.0
  • Loading branch information
kit-ty-kate authored Mar 27, 2020
2 parents ca12649 + 1b4f065 commit 8573c4a
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/bastet_lwt/bastet_lwt.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis: "Lwt implementations for bastet"
maintainer: ["[email protected]"]
authors: ["Risto Stevcev"]
license: "BSD-3-Clause"
tags: ["category theory" "abstract algebra" "algebra" "cats" "lwt"]
homepage: "https://github.com/Risto-Stevcev/bastet-lwt"
doc: "https://risto-stevcev.github.io/bastet-lwt"
bug-reports: "https://github.com/Risto-Stevcev/bastet-lwt/issues"
depends: [
"ocaml" {>= "4.06.1"}
"bastet" {>= "1.2.5"}
"lwt" {>= "5.2.0"}
"alcotest" {>= "1.0.1" & with-test}
"alcotest-lwt" {= "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-lwt.git"
url {
src: "https://github.com/Risto-Stevcev/bastet-lwt/archive/0.1.0.tar.gz"
checksum: [
"md5=4aef3007a0050ca5ec7de2a5cd91f9ee"
"sha512=f749201895759847acae88ae215668a704b91babe28555763ae6003725b730ba5031639348527eccf31610ee9e214b2270e72aeca1ce4987bd2a629b497296f4"
]
}

0 comments on commit 8573c4a

Please sign in to comment.