opam-version: "2.0"
synopsis: "A (very small) monadic parsing library"
description: "A (very small) monadic parsing library"
maintainer: "Guilhermo Costa <guillecosta@protonmail.ch>"
authors: "Guilhermo Costa <guillecosta@protonmail.ch>"
license: "Unlicense"
homepage: "https://github.com/guillecosta/qinap"
bug-reports: "https://github.com/guillecosta/qinap/issues"
depends: [
  "ocaml" {>= "4.08"}
  "dune" {>= "2.6"}
  "base"
]
build: [
   ["dune" "build" "-p" name "-j" jobs]
   ["dune" "runtest" "-p" name "-j" jobs] {with-test}
   ["dune" "build" "-p" name "@doc"] {with-doc}
 ]
dev-repo: "git+https://github.com/guillecosta/qinap"
x-commit-hash: "49d2bc9e004db4be9c86b24c96b4898e9185e074"
url {
  src:
    "https://github.com/guillecosta/qinap/releases/download/v1.0/qinap-v1.0.tbz"
  checksum: [
    "sha256=969e15b2f5a53897e4c1c3eb7f23f10ad6ab09d1aaf243dd660f8c37dd6a3f89"
    "sha512=ac40fd9e0fa15ed4f067352855b17d84ed99c9cff3b0e62e5a6a7f724748036332707329bb1493f96ee15a9ba886026aa177ee52e64edd24f41fe7b85f17e2f7"
  ]
}
