opam-version: "2.0"
maintainer:   "Andy Ray <andy.ray@ujamjar.com>"
authors:      "Andy Ray <andy.ray@ujamjar.com>"
homepage:     "https://github.com/ujamjar/reedsolomon"
bug-reports:  "https://github.com/ujamjar/reedsolomon/issues"
dev-repo:     "git+https://github.com/ujamjar/reedsolomon.git"
doc:          "https://github.com/ujamjar/reedsolomon"
license:      "MIT"
synopsis:     "Reed-Solomon Error Correction CODEC"
description:  "Reed-Solomon Error Coorection CODEC libaray."

build: [
  ["dune" "build" "-p" name "-j" jobs]
]

depends: [
  "ocaml" {>= "4.02.0"}
  "dune"
]
url {
  src: "https://github.com/ujamjar/reedsolomon/archive/v0.3.tar.gz"
  checksum: "md5=2e27f840b42c9a9f29ad68b61fab214f"
}
