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.1.tar.gz" 32 checksum: [ 33 "md5=a7bfa27c3ddd2d29c27173de09293149" 34 "sha512=49766ea38c57734918debd6218d95c62f11eb12a6fd3ef5f6a2c60344cea7c274436a46fab1e48abbe0d3f125f31705d2005ab7cae9e56d5f41778c1d2943d65" 35 ] 36}