opam-version: "2.0"
authors: "Chris Nevers <christophernevers96@gmail.com>"
maintainer: "Chris Nevers <christophernevers96@gmail.com>"
homepage: "https://github.com/chrisnevers/ocamline"
bug-reports: "https://github.com/chrisnevers/ocamline/issues"
dev-repo: "git://github.com/chrisnevers/ocamline.git"
synopsis: "Command line interface for user input"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]

depends: [
  "ocaml"
  "dune" {>= "1.9"}
  "alcotest" {with-test}
]
url {
  src: "https://github.com/chrisnevers/ocamline/archive/1.0.tar.gz"
  checksum: [
    "md5=5a9f82de288be5501f4f5023edaaad8c"
    "sha512=88a8bdee3b55ba4bb99b7ea583f8d764e2c00c1b394093449714b0ebe840a453209d5b616e8e7773cd7c86405523bae364b8c9a9650814b4941005820b6fee6f"
  ]
}
