this repo has no description
1opam-version: "2.0" 2synopsis: "Unofficial Async Sentry error monitoring client" 3description: 4 "Sentry is an unofficial Async OCaml client for the Sentry error reporting." 5maintainer: ["Brendan Long <self@brendanlong.com>"] 6authors: ["Brendan Long <self@brendanlong.com>"] 7license: "Unlicense" 8homepage: "https://github.com/brendanlong/sentry-ocaml" 9doc: "https://brendanlong.github.io/sentry-ocaml" 10bug-reports: "https://github.com/brendanlong/sentry-ocaml/issues" 11depends: [ 12 "async_unix" {>= "v0.13.0" & < "v0.14"} 13 "atdgen" {< "2.10.0"} 14 "bisect_ppx" {dev & >= "2.0.0"} 15 "cohttp" {>= "2.0.0"} 16 "cohttp-async" {>= "2.0.0"} 17 "dune" {>= "1.11.0"} 18 "hex" {>= "1.2.0"} 19 "json-derivers" 20 "ppx_jane" {< "v0.14"} 21 "ocaml" {>= "4.08.0"} 22 "re2" {< "v0.14"} 23 "sexplib" {>= "v0.13.0" & < "v0.14"} 24 "uuidm" 25 "uri" 26 "yojson" {< "2.0.0"} 27] 28build: [ 29 ["dune" "subst"] {dev} 30 [ 31 "dune" 32 "build" 33 "-p" 34 name 35 "-j" 36 jobs 37 "@install" 38 "@runtest" {with-test & ocaml:version < "4.11"} 39 "@doc" {with-doc} 40 ] 41] 42dev-repo: "git+https://github.com/brendanlong/sentry-ocaml.git" 43url { 44 src: 45 "https://github.com/brendanlong/sentry-ocaml/releases/download/v0.10.1/sentry-v0.10.1.tbz" 46 checksum: [ 47 "sha256=bf6356599923dfd043d933f0fe9f876dd88c6c0c9ba05dcaf9fed74e9621fec2" 48 "sha512=43d81f211cea1e411eb969c371b2181969c0357931fdadecc05432c6d61c28e72af5af8c22c72abd27cf4508845915148c84a805057313c526c70ae3d17e439d" 49 ] 50}