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 "core" {>= "v0.13.0"} 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" 21 "ocaml" {>= "4.08.0"} 22 "re2" 23 "sexplib" {>= "v0.13.0"} 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} 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.11.0/sentry-v0.11.0.tbz" 46 checksum: [ 47 "sha256=f475f3b68fb7386da82ba2fa7d45bf19ab5d08c535b27d38d0b3699251ec05c2" 48 "sha512=aa37df63286cb744acb5ccd2923ce2e812f448ce80dac125f4985cf2aad31982c242bb222102c78ed9eb4af7d2f5452bad8b21ac55339adf9c4e55ce0a46e779" 49 ] 50}