this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml library for working with ISO3166" 3description: "This OCaml library provides an interface to the ISO3166 standard (a.k.a country codes)" 4maintainer: ["patrick@sirref.org"] 5authors: ["Patrick Ferris"] 6license: "MIT" 7homepage: "https://github.com/geocaml/iso3166" 8bug-reports: "https://github.com/geocaml/iso3166/issues" 9depends: [ 10 "ocaml" {>= "4.03"} 11 "dune" {>= "2.9"} 12 "mdx" {with-test} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "--promote-install-files=false" 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29 ["dune" "install" "-p" name "--create-install-files" name] 30] 31dev-repo: "git+https://github.com/geocaml/iso3166.git" 32url { 33 src: 34 "https://github.com/geocaml/ISO3166/releases/download/0.1.0/ISO3166-0.1.0.tbz" 35 checksum: [ 36 "sha256=3f796838653b5d8df1772ca8c5e22aa2c02c832a83721738551ac6bc08b7ba4e" 37 "sha512=2c5fd35bf70b21a9ff80035a96f9d2cf88147e6684a4abbdd92103925ab8f7ba7843eb76f7cc1323c3e427c05eb11111c406a3f340f494130842000317399646" 38 ] 39} 40x-commit-hash: "fe34467388cf7607ff0414ca0f71f0ef012bdb3f"