opam-version: "2.0"
synopsis: "Command line interface for user input"
maintainer: "Chris Nevers <christophernevers96@gmail.com>"
authors: "Chris Nevers <christophernevers96@gmail.com>"
homepage: "https://github.com/chrisnevers/ocamline"
bug-reports: "https://github.com/chrisnevers/ocamline/issues"
depends: [
  "ocaml"
  "dune" {>= "1.9"}
  "linenoise"
  "alcotest" {with-test}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git://github.com/chrisnevers/ocamline.git"
url {
  src: "https://github.com/chrisnevers/ocamline/archive/1.2.tar.gz"
  checksum: [
    "md5=b10a0fbce3bbaf2cac52e99a148d4ea4"
    "sha512=3971622d10fe8c25e521272884fb46ac5a9ed1b54dbcbca1b84cbdab49eec869f0083df22ab2f46625faa052900c313e6ce2ac7317c0b8661d699fb749390540"
  ]
}