opam-version: "2.0"
maintainer: "Cheng Lou <chenglou92@gmail.com>"
authors: "Cheng Lou <chenglou92@gmail.com>"
homepage: "https://github.com/chenglou/BetterErrors"
bug-reports: "https://github.com/chenglou/BetterErrors"
license: "MIT"
dev-repo: "git+https://github.com/chenglou/BetterErrors.git"
tags: [ "syntax" ]
substs: [ "pkg/META" ]
build: [
  "ocaml"
  "pkg/build.ml"
  "native=%{ocaml:native}%"
  "native-dynlink=%{ocaml:native-dynlink}%"
]
depends: [
  "ocaml" {>= "4.02.1"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "ANSITerminal" {>= "0.6.5"}
  "re" {>= "1.5.0"}
]
synopsis: "Better compiler error output."
description: """
Pipe in the text of OCaml compiler errors; it'll output them prettified.
https://github.com/chenglou/BetterErrors"""
url {
  src: "https://github.com/reasonml/BetterErrors/archive/v0.0.1.tar.gz"
  checksum: "md5=213fbbf17f54927d62464d0ac1188f8a"
}
