opam-version: "2.0"
maintainer: "Kyle Davis <oss@kyldvs.com>"
authors: ["Kyle Davis <oss@kyldvs.com>"]
license: "MIT"
homepage: "https://github.com/decent-algorithms/rhythm"
bug-reports: "https://github.com/decent-algorithms/rhythm/issues"
dev-repo: "git+https://github.com/decent-algorithms/rhythm.git"
depends: [
  "ocaml" {>= "4.03"}
  "reason"
  "dune" {>= "1.6.0"}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]

synopsis: "Data Structures and Algorithms implemented in Reason"
description: """
Data Structures and Algorithms implemented in Reason
"""
url {
  src: "https://github.com/decent-algorithms/rhythm/archive/0.0.1.tar.gz"
  checksum: [
    "md5=ab41eb14a57ef31d57b864bb01c10b19"
    "sha512=1a3d6299b7d117f33f7811fdbe868d8bab05a9106959b09deb309860f876ec216ae760a090f5cdf40d87c2a4ff2385859e81a5fcaf25a3c3158fbcb3acf50716"
  ]
}
