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