opam-version: "2.0"
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
authors: "Petter A. Urkedal <paurkedal@gmail.com>"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/paurkedal/ocaml-iso639/"
doc: "http://paurkedal.github.io/ocaml-iso639/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-iso639/issues"
depends: [
  "ocaml" {>= "4.04.2"}
  "dune"
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/paurkedal/ocaml-iso639.git"
synopsis: "Language Codes for OCaml"
description: """
This library implements a type to identify languages and macrolanguages from
ISO 639-3 and language groups from ISO 639-5, and provides conversions to
and from two- and three-letter codes defined by these and other parts of ISO
639.
"""
url {
  src:
    "https://github.com/paurkedal/ocaml-iso639/releases/download/v0.0.4/iso639-v0.0.4.tbz"
  checksum: "md5=79a0cdea5f5d9e000af8e3e2b4b201e8"
}
