this repo has no description
1opam-version: "2.0" 2maintainer: "reneweb" 3authors: ["reneweb"] 4homepage: "https://github.com/reneweb/camlix" 5bug-reports: "https://github.com/reneweb/camlix/issues" 6dev-repo: "git+https://github.com/reneweb/camlix.git" 7doc: "https://github.com/reneweb/camlix" 8license: "Apache-2.0" 9build: ["dune" "build" "-p" name "-j" jobs] 10run-test: ["dune" "runtest" "-p" name "-j" jobs] 11depends: [ 12 "ocaml" {>= "4.10.0"} 13 "dune" {>= "2.9.0"} 14 "core" 15 "ppx_compare" 16 "ppx_jane" 17 "alcotest" {with-test} 18] 19synopsis: "Simple circuit breaker" 20description: " 21Camlix is a simple circuit breaker library for ocaml 22" 23url { 24 src: "https://github.com/reneweb/camlix/archive/0.1.tar.gz" 25 checksum: [ 26 "md5=0b306dd21a38f2d5c302d77bdbf2e4d2" 27 "sha512=812e9959b551c152f37ed17f0e2f010b13f91b561e07846136a699e3cefaa383013e4a30ded72c64dcac49f6136581330a126d57c4db1c60ff654081b5339d08" 28 ] 29}