this repo has no description
1opam-version: "2.0" 2synopsis: "ISO 8601 and RFC 3999 date parsing for OCaml" 3maintainer: ["c-cube" "ocaml-community"] 4authors: "Julien Sagot" 5homepage: "http://github.com/ocaml-community/ISO8601.ml/" 6doc: "http://ocaml-community.github.io/ISO8601.ml/" 7bug-reports: "https://github.com/ocaml-community/ISO8601.ml/issues" 8depends: [ 9 "dune" {>= "1.0"} 10 "base-unix" 11 "ocaml" {>= "3.12.1"} 12 "odoc" {with-doc} 13 "ounit" {with-test} 14] 15build: [ 16 ["dune" "build" "-p" name "-j" jobs] 17 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 18] 19dev-repo: "git+https://github.com/ocaml-community/ISO8601.ml.git" 20url { 21 src: "https://github.com/ocaml-community/ISO8601.ml/archive/0.2.6.tar.gz" 22 checksum: [ 23 "md5=a460f01d409d51b7d537429881bfa276" 24 "sha512=82b5cbbb636346e8d010ee569c0fad2f00bef31c3177cfee80fc02a081c5fcfb7880bf2670fe4f46423e3ae99370626c7efffc9d332cae5cbd6377c975517b3f" 25 ] 26}