opam-version: "2.0"
maintainer:   "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors:      "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage:     "https://github.com/mirage/coin"
bug-reports:  "https://github.com/mirage/coin/issues"
dev-repo:     "git+https://github.com/mirage/coin.git"
doc:          "https://mirage.github.io/coin/"
license:      "MIT"
synopsis:     "Mapper of KOI8-{U,R} to Unicode"
description: """A simple mapper between KOI8-{U,R} to Unicode. Useful for
a translation between KOI8-{U,R} and Unicode"""

build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]

depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlfind" {build}
  "dune"
  "re"
  "menhir"
  "angstrom" {>= "0.11.0"}
]
url {
  src:
    "https://github.com/mirage/coin/releases/download/v0.1.2/coin-v0.1.2.tbz"
  checksum: [
    "sha256=cc86addf2f7bd1bdf69585af731c9d6beac463af900fe3b78545ee1767fd2ecb"
    "sha512=3d59cf13d792ad968c3d03658e8dc891ab14839842c1f8771cb20c1c28887bda118be82acc43f05f66bb559cfdb1594ea5e97243933d5f10063bfe1dd087b0a7"
  ]
}
