this repo has no description
1opam-version: "2.0" 2synopsis: "Network client for catapult, to be paired with catapult-daemon" 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 "catapult" {= version} 11 "odoc" {with-doc} 12 "zmq" {>= "5.0"} 13 "ocaml" {>= "4.08"} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/AestheticIntegration/catapult.git" 30url { 31 src: "https://github.com/AestheticIntegration/catapult/archive/v0.2.tar.gz" 32 checksum: [ 33 "md5=c732cce9430be74e8136cf87d6d8f9e5" 34 "sha512=2c221b86950a5ef81a41358b929633acc9d2b600aef8192a2b978b3b16dfc6237c79457db39f3beb95750d732674c977bc0547dde75bdfdf2fb378d192d37c48" 35 ] 36}