this repo has no description
1opam-version: "2.0" 2synopsis: "Unix clock implementation for Timmy" 3maintainer: "mefyl <mefyl@gruntech.org>" 4authors: "mefyl <mefyl@gruntech.org>" 5license: "LGPL-3.0-or-later" 6homepage: "https://github.com/mefyl/timmy" 7bug-reports: "https://github.com/mefyl/timmy/issues" 8depends: [ 9 "dune" {>= "3.0"} 10 "alcotest" {with-test & >= "1.4.0"} 11 "conf-tzdata" {with-test} 12 "fmt" 13 "timmy" {= version} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/mefyl/timmy.git" 31url { 32 src: "https://github.com/mefyl/timmy/archive/refs/tags/1.0.4.tar.gz" 33 checksum: [ 34 "md5=c8bda198fd548c288fd067217fef22aa" 35 "sha512=f168d44b45b453addf0aee02eaf992b6669dc0843cea992ab8a35fefb3a1b76e8225da03424e59369703cce5c788a1eac04f8490c7c8b3977c60da1898811ddf" 36 ] 37}