this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: 4 "A PPX rewriter to catch exceptions and wrap into options or results" 5description: 6 "This package catches all exceptions in a block and returns an option or a result of the resulting value" 7maintainer: ["Benjamin Somers <benjamin.somers@imt-atlantique.fr>"] 8authors: ["Benjamin Somers <benjamin.somers@imt-atlantique.fr>"] 9license: "MIT" 10homepage: "https://github.com/bensmrs/ppx_catch" 11bug-reports: "https://github.com/bensmrs/ppx_catch/issues" 12dev-repo: "git+https://github.com/bensmrs/ppx_catch" 13depends: [ 14 "alcotest" {>= "1.6.0"} 15 "dune" {>= "2.7"} 16 "ppxlib" {>= "0.27.0"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33url { 34 src: "https://github.com/bensmrs/ppx_catch/archive/0.1.tar.gz" 35 checksum: [ 36 "md5=6301b2275bed2f5a7044626000445999" 37 "sha512=01efa7eba79053149b6ed424bab10900fbb45f2ffa529229019a425d16610ca839da899d1109e59338d3fd1ba7a28446f214d1e98c7c3c065ba03e6534784356" 38 ] 39}