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 "ptime"
12 "alcotest" {with-test & >= "1.4.0"}
13 "ezjsonm" {= "1.3.0" & build}
14 "base"
15 "conf-tzdata" {with-test}
16 "fmt"
17 "timmy" {= version}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/mefyl/timmy.git"
35url {
36 src: "https://github.com/mefyl/timmy/archive/refs/tags/1.1.5.tar.gz"
37 checksum: [
38 "md5=6d1d9c3e2ccd8376c009e5b93b24de7e"
39 "sha512=96c844a6041f4cf42d1efa02ba12a3a184780beb64bfd5d5693a2338f57ad22d4793ff34a23a9a81a47954dbf489bc644077840d0435013494499b2b3405330b"
40 ]
41}