opam-version: "2.0"
synopsis: "An OCaml library to create beautiful interactive CLIs"
description: "An OCaml library to create beautiful interactive CLIs"
maintainer: ["Thibaut Mattio"]
authors: ["Thibaut Mattio"]
license: "MIT"
homepage: "https://github.com/tmattio/inquire"
doc: "https://tmattio.github.io/inquire"
bug-reports: "https://github.com/tmattio/inquire/issues"
depends: [
  "ocaml" {>= "4.08.0"}
  "dune" {>= "2.0"}
  "lwt"
  "base-bytes"
  "uucd"
  "uutf"
  "uuseg"
  "react"
  "lwt_log"
  "react"
  "lwt_react"
  "mew_vi" {>= "0.5.0" & < "0.6.0"}
  "uucp"
  "uunf"
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/tmattio/inquire.git"
x-commit-hash: "1fc1d73dc3daa1d41427545d72632529d9113be9"
url {
  src:
    "https://github.com/tmattio/inquire/releases/download/0.2.1/inquire-0.2.1.tbz"
  checksum: [
    "sha256=0b88d89e24d4cbc0560a7c8d8ec51388990e1b27f24685029997afa52a7c720f"
    "sha512=8b62860a8d15e41528a404a6f1b9968c3d79755607b5ea319af2e3e45516e672a785361d278279910928db4054e1800e87bcee0210ff3eabfb330713b368c827"
  ]
}
