this repo has no description

Package inquirer_oc.1.0.15

Changed files
+56
packages
inquirer_oc
inquirer_oc.1.0.15
+56
packages/inquirer_oc/inquirer_oc.1.0.15/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A collection of common interactive command line user interfaces"
+
description:
+
"A collection of common interactive command line user interfaces"
+
maintainer: ["Ou Fumio"]
+
authors: ["Ou Fumio"]
+
license: "MIT"
+
tags: [
+
"answer"
+
"answers"
+
"ask"
+
"base"
+
"cli"
+
"command"
+
"command-line"
+
"confirm"
+
"enquirer"
+
"generate"
+
"generator"
+
"hyper"
+
"input"
+
"inquire"
+
"inquirer"
+
]
+
homepage: "https://github.com/araera111/inquirer_oc"
+
doc: "https://github.com/araera111/inquirer_oc/#README"
+
bug-reports: "https://github.com/araera111/inquirer_oc/issues"
+
depends: [
+
"ocaml"
+
"dune" {>= "3.7"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/araera111/inquirer_oc.git"
+
url {
+
src:
+
"https://github.com/araera111/inquirer_oc/archive/refs/tags/v1.0.15.tar.gz"
+
checksum: [
+
"md5=9919506f08c2efde61b1f9ac70b77638"
+
"sha512=b8335b71c9b0c28dac0b3e9d961f8593d756c96d5edc35c042acde66a4eb51179439a785c6af844bfd3108802b6ad287de5a4476126227347ceade46e795608f"
+
]
+
}