this repo has no description
1opam-version: "2.0"
2maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
3authors: "Petter A. Urkedal <paurkedal@gmail.com>"
4license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception"
5homepage: "https://github.com/paurkedal/ocaml-iso639/"
6doc: "http://paurkedal.github.io/ocaml-iso639/index.html"
7bug-reports: "https://github.com/paurkedal/ocaml-iso639/issues"
8depends: [
9 "ocaml" {>= "4.04.2"}
10 "dune" {>= "1.1"}
11]
12build: [
13 ["dune" "build" "-p" name "-j" jobs]
14# ["dune" "runtest" "-p" name "-j" jobs] {with-test} # Non-deterministic (uninitialized bytes)
15]
16dev-repo: "git+https://github.com/paurkedal/ocaml-iso639.git"
17synopsis: "Language Codes for OCaml"
18description: """
19This library implements a type to identify languages and macrolanguages from
20ISO 639-3 and language groups from ISO 639-5, and provides conversions to
21and from two- and three-letter codes defined by these and other parts of ISO
22639.
23"""
24url {
25 src:
26 "https://github.com/paurkedal/ocaml-iso639/releases/download/v0.0.4/iso639-v0.0.4.tbz"
27 checksum: [
28 "sha256=fd849d157b104ab3484f0b848ffd2fe1174ffa6451120f2271dc474c946c0dc3"
29 "md5=79a0cdea5f5d9e000af8e3e2b4b201e8"
30 ]
31}