opam-version: "2.0"

synopsis: "A concise AST for POSIX shell"
description: """
A concise AST for POSIX shell
"""

maintainer: "Nicolas Jeannerod <nicolas.jeannerod@irif.fr>"
authors: [ "Nicolas Jeannerod <nicolas.jeannerod@irif.fr>" ]
license: "GPL-3.0-only"

homepage: "https://github.com/colis-anr/morsmall"
bug-reports: "https://github.com/colis-anr/morsmall/issues"
dev-repo: "git+ssh://git@github.com/colis-anr/morsmall.git"

depends: [
  "dune"
  "morbig"        {>= "0.10.0"}
  "ocaml"         {>= "4.04"}
  "ppx_deriving"
]

build: [
  ["dune" "build" "-p" name "-j" jobs]
]

url {
  src: "https://github.com/colis-anr/morsmall/archive/0.2.0.tar.gz"
  checksum: [
    "md5=0882ae5bb8e4ade3749c1d3f45df85ff"
    "sha512=f0aeac41022b06879e92bf864217f7fa1e63deb8815d8bb98bac89ae2146fdeb1eeb118049c143aac0ec2cdddffe8a7038f5042385ef786c9228be0bda3c1b18"
  ]
}
