this repo has no description
1opam-version: "2.0" 2maintainer: "contact@coherentgraphics.co.uk" 3build: make 4remove: [["ocamlfind" "remove" "exnsource"]] 5depends: [ 6 "ocaml" {>= "4.02.0"} 7 "ocamlfind" 8] 9dev-repo: "git+https://github.com/johnwhitington/exn-source" 10install: [make "install"] 11synopsis: "Exception backtrace for OCaml with source code printing" 12flags: light-uninstall 13url { 14 src: "https://github.com/johnwhitington/exn-source/archive/v0.1.tar.gz" 15 checksum: [ 16 "sha256=0b9a8fc0b8639463a81d1fa0a34d043b91da777b4f81c7dfdf086c5c171411c8" 17 "md5=964c29f48b8b3c23d971058609e6b415" 18 ] 19}