this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "A collection of common interactive command line user interfaces" 4description: 5 "A collection of common interactive command line user interfaces" 6maintainer: ["Ou Fumio"] 7authors: ["Ou Fumio"] 8license: "MIT" 9tags: [ 10 "answer" 11 "answers" 12 "ask" 13 "base" 14 "cli" 15 "command" 16 "command-line" 17 "confirm" 18 "enquirer" 19 "generate" 20 "generator" 21 "hyper" 22 "input" 23 "inquire" 24 "inquirer" 25] 26homepage: "https://github.com/araera111/inquirer_oc" 27doc: "https://github.com/araera111/inquirer_oc/#README" 28bug-reports: "https://github.com/araera111/inquirer_oc/issues" 29depends: [ 30 "ocaml" 31 "dune" {>= "3.7"} 32 "odoc" {with-doc} 33] 34build: [ 35 ["dune" "subst"] {dev} 36 [ 37 "dune" 38 "build" 39 "-p" 40 name 41 "-j" 42 jobs 43 "@install" 44 "@runtest" {with-test} 45 "@doc" {with-doc} 46 ] 47] 48dev-repo: "git+https://github.com/araera111/inquirer_oc.git" 49url { 50 src: 51 "https://github.com/araera111/inquirer_oc/archive/refs/tags/v1.0.15.tar.gz" 52 checksum: [ 53 "md5=9919506f08c2efde61b1f9ac70b77638" 54 "sha512=b8335b71c9b0c28dac0b3e9d961f8593d756c96d5edc35c042acde66a4eb51179439a785c6af844bfd3108802b6ad287de5a4476126227347ceade46e795608f" 55 ] 56}