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