this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "HTTP Datetime encoder/decoder" 4description: "RFC 9110 compliant HTTP datetime decoder and encoder" 5maintainer: ["Bikal Lem"] 6authors: ["Bikal Lem"] 7license: "MPL-2.0" 8homepage: "https://github.com/bikallem/http-date" 9bug-reports: "https://github.com/bikallem/http-date/issues" 10depends: [ 11 "ocaml" {>= "4.08.0"} 12 "dune" {>= "3.6"} 13 "ptime" {>= "1.1.0"} 14 "menhir" {>= "20220210"} 15 "mdx" {>= "2.1.0" & with-test} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/bikallem/http-date.git" 33url { 34 src: "https://github.com/bikallem/http-date/archive/refs/tags/v0.1.tar.gz" 35 checksum: [ 36 "md5=2a702c7c59140cfa7d38a217931a5ca6" 37 "sha512=c9bd4cfe2df52f778d539cb6627e8bf027c8276abd0b8255c821f3b75dcd2215478960ed5a7c3cf0da2e74a9eb9de10cd95057ede33abbcc05702603e5a1e570" 38 ] 39}