this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis:
4 "Capture unhandled exceptions and automatically report them through various channels"
5description:
6 "Developed by the University of Zurich, Canary is a tool for capturing unhandled exceptions and automatically reporting them to your development team."
7maintainer: ["John Christopher McAlpine <christophermcalpine@gmail.com>"]
8authors: ["John Christopher McAlpine"]
9license: "MIT"
10homepage: "https://github.com/chrismamo1/canary"
11bug-reports: "https://github.com/chrismamo1/canary/issues"
12depends: [
13 "dune" {>= "2.9"}
14 "ocaml" {>= "4.08.0"}
15 "lwt"
16 "ptime"
17 "cohttp"
18 "cohttp-lwt"
19 "cohttp-lwt-unix"
20 "yojson"
21 "lwt_ppx" {>= "2.0.2"}
22 "uri" {>= "4.0.0"}
23 "ppx_deriving_yojson" {>= "3.6.0"}
24 "odoc" {with-doc}
25]
26build: [
27 ["dune" "subst"] {dev}
28 [
29 "dune"
30 "build"
31 "-p"
32 name
33 "-j"
34 jobs
35 "--promote-install-files=false"
36 "@install"
37 "@runtest" {with-test}
38 "@doc" {with-doc}
39 ]
40 ["dune" "install" "-p" name "--create-install-files" name]
41]
42dev-repo: "git+https://github.com/chrismamo1/canary.git"
43url {
44 src: "https://github.com/chrismamo1/canary/archive/0.0.1.tar.gz"
45 checksum: [
46 "md5=cdbdf44712c538c79de2ac39f693a66c"
47 "sha512=d040c3bbe07b4462af58f5a5f70918c035679fbded7456f8d5990c7cefbdde77ea912ef6e8b2e1fe8f2cfe163b48b611ebc70a6b4319452f6c82aa29f3e3afe7"
48 ]
49}