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.06.0"}
  "dune"
]
