# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Unix clock implementation for Timmy" maintainer: ["mefyl "] authors: ["mefyl "] license: "LGPL-3.0-or-later" homepage: "https://github.com/mefyl/timmy" bug-reports: "https://github.com/mefyl/timmy/issues" depends: [ "dune" {>= "3.0"} "alcotest" {with-test & >= "1.4.0"} "conf-tzdata" {with-test} "fmt" "timmy" {= version} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mefyl/timmy.git" url { src: "https://github.com/mefyl/timmy/archive/refs/tags/1.0.0.tar.gz" checksum: [ "md5=8ff18d53b9432f7d944adc31230736ff" "sha512=0395308f402131b0333a8ee94c878d78e7698573e1c6bc943911692003b8d81949598e524e7ce0c9438cd4a3cf6298a58a868b24df7b5a5e1342ea263bd51a60" ] }