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"}
  "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.1.tar.gz"
  checksum: [
    "md5=08fbed1f2f53acfbb2cdf08e8e876d44"
    "sha512=045a9d427cafda3560d5af955c6e5866e5999185c9940adc0566a87a217ef922ebd24d5088749a179b3b282023907df6085feda063bd918c37fe88f1cb50dbfe"
  ]
}
