# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Timedesc JSON backend" description: """ This package provides JSON serialization functions for various Timedesc values """ maintainer: ["Darren Ldl "] authors: ["Daypack developers"] license: "MIT" homepage: "https://github.com/daypack-dev/timere" bug-reports: "https://github.com/daypack-dev/timere/issues" depends: [ "ocaml" {>= "4.08"} "dune" {>= "2.9"} "timedesc" {= version} "yojson" {>= "1.6.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/daypack-dev/timere.git" url { src: "https://github.com/daypack-dev/timere/releases/download/timedesc-1.0.0/timedesc-1.0.0.tar.gz" checksum: "sha256=790916b29fcd065aa2357a357e59aa181766ad5be2cc4717d11ddeed4739e023" }