this repo has no description
1opam-version: "2.0" 2synopsis: "Daemon for reliable multi-process logging with catapult" 3maintainer: ["simon@imandra.ai"] 4authors: ["simon@imandra.ai"] 5license: "MIT" 6homepage: "https://github.com/AestheticIntegration/catapult" 7bug-reports: "https://github.com/AestheticIntegration/catapult/issues" 8depends: [ 9 "dune" {>= "2.0"} 10 "odoc" {with-doc} 11 "catapult" {= version} 12 "catapult-sqlite" {= version} 13 "zmq" {>= "5.0"} 14 "logs" {>= "0.7"} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/AestheticIntegration/catapult.git" 31url { 32 src: "https://github.com/AestheticIntegration/catapult/archive/v0.2.tar.gz" 33 checksum: [ 34 "md5=c732cce9430be74e8136cf87d6d8f9e5" 35 "sha512=2c221b86950a5ef81a41358b929633acc9d2b600aef8192a2b978b3b16dfc6237c79457db39f3beb95750d732674c977bc0547dde75bdfdf2fb378d192d37c48" 36 ] 37}