Skip to content

Commit

Permalink
Merge pull request #16515 from RosalesJ/opam-publish-tldr.0.3.0
Browse files Browse the repository at this point in the history
[new release] Package tldr.0.3.0
  • Loading branch information
kit-ty-kate authored May 26, 2020
2 parents 6476f85 + 7c189ff commit 2625167
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/tldr/tldr.0.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
synopsis: "An ocaml tldr client"
maintainer: "coby@case.edu"
authors: "Jacob Rosales Chase <coby@case.edu>"
license: "MIT"
homepage: "https://github.com/RosalesJ/tldr-ocaml/"
bug-reports: "https://github.com/RosalesJ/tldr-ocaml/issues"
depends: [
"dune" {>= "1.2"}
"cohttp-lwt-unix"
"lwt_ssl"
"ANSITerminal"
"angstrom" {>= "0.14.0"}
]
conflicts: [
"ssl" {= "0.5.6"}
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/RosalesJ/tldr-ocaml.git"
url {
src: "https://github.com/RosalesJ/tldr-ocaml/archive/v0.3.0.tar.gz"
checksum: [
"md5=4bdb2a3847b23e226a3fe6213fffa4fe"
"sha512=865d2528d814587d2a8ab8326fe1547905a6256a60f817ac448138c177a8460292ec704e81a2639d85f4f0c326721f97e168f08b0b3d5652e8bdef6923c26024"
]
}

0 comments on commit 2625167

Please sign in to comment.