opam-version: "2.0"
synopsis: "Unofficial OCaml port of elm/parser (v1.1.0)"
description: """
This is an unofficial OCaml port of the elm/parser library (version 1.1.0) by
Evan Czaplicki. This port is extremely faithful and copies the original almost
line-for-line.
"""
doc: "https://justinlubin.github.io/bark"
maintainer: "Justin Lubin <jlubi333@gmail.com>"
authors: "Justin Lubin <jlubi333@gmail.com>"
license: "BSD 3-Clause"
homepage: "https://github.com/justinlubin/bark"
bug-reports: "https://github.com/justinlubin/bark/issues"
dev-repo: "git+https://github.com/justinlubin/bark.git"
depends: [
  "ocaml" {>= "4.08.0"}
  "dune" {>= "1.11"}
]
build: ["dune" "build" "-p" name "-j" jobs]
url {
  src:
    "https://github.com/justinlubin/bark/releases/download/0.1.4/bark-0.1.4.tbz"
  checksum: [
    "sha256=a6f62483787829bd367a0e14b2f76ae440bacff7eb5d0c2925a93cd0d6145df8"
    "sha512=59c3a18f9d374d07a09eb1c5c42675bb371bc4d35fac2ce7cd9fd8fbeaaa331555fcb1e53207e43599a02f52c3badcc805d47504fcfc30c805c28ebe4e747912"
  ]
}
