this repo has no description
1opam-version: "2.0" 2maintainer: "Cheng Lou <chenglou92@gmail.com>" 3authors: "Cheng Lou <chenglou92@gmail.com>" 4homepage: "https://github.com/chenglou/BetterErrors" 5bug-reports: "https://github.com/chenglou/BetterErrors" 6license: "MIT" 7dev-repo: "git+https://github.com/chenglou/BetterErrors.git" 8tags: [ "syntax" ] 9substs: [ "pkg/META" ] 10build: [ 11 "ocaml" 12 "pkg/build.ml" 13 "native=%{ocaml:native}%" 14 "native-dynlink=%{ocaml:native-dynlink}%" 15] 16depends: [ 17 "ocaml" {>= "4.02.1" & < "5.0"} 18 "ocamlfind" {build} 19 "ocamlbuild" {build} 20 "ANSITerminal" {>= "0.6.5"} 21 "re" {>= "1.5.0"} 22] 23synopsis: "Better compiler error output." 24description: """ 25Pipe in the text of OCaml compiler errors; it'll output them prettified. 26https://github.com/chenglou/BetterErrors""" 27url { 28 src: "https://github.com/reasonml/BetterErrors/archive/v0.0.1.tar.gz" 29 checksum: [ 30 "sha256=61ef27a23739a3cf7740f269f804ab076ef4223b876a376bdcbc4dda57f18247" 31 "md5=213fbbf17f54927d62464d0ac1188f8a" 32 ] 33}