Skip to content

Commit

Permalink
Merge pull request #26540 from andrewbaine/opam-publish-red-black-tre…
Browse files Browse the repository at this point in the history
…e.1.0.5

Package red-black-tree.1.0.5
  • Loading branch information
avsm authored Sep 12, 2024
2 parents f93fa37 + 8f3f5ae commit d10dea6
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/red-black-tree/red-black-tree.1.0.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis: "Functional Red-Black Tree"
description: "Functional Red-Black Tree in OCaml"
maintainer: "Andrew Baine <[email protected]>"
authors: "Andrew Baine"
license: "MIT"
homepage: "https://github.com/andrewbaine/rbtree"
bug-reports: "https://github.com/andrewbaine/rbtree/issues"
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "4.14.0"}
"melange" {>= "4.0.0"}
"alcotest" {with-test}
"core" {with-test}
"melange-jest" {with-test}
"merlin" {with-dev-setup}
"ocaml-lsp-server" {with-dev-setup}
"ocamlformat" {with-dev-setup}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/andrewbaine/rbtree.git"
url {
src:
"https://github.com/andrewbaine/rbtree/archive/refs/tags/v1.0.5.tar.gz"
checksum: [
"md5=9bf8cd113df9cf7e0011c93b3f2a98ca"
"sha512=8b12a93c409a47f5418406e17a615d52d559e1be7c6ac6afbeecdf8d1d0f033b94ef5247a84a86514cad4ad71b45e104ba5863a7b602893c7f1fc78a2cffe751"
]
}

0 comments on commit d10dea6

Please sign in to comment.