@elliottcable/bs-cmdliner
Version:
Cmdliner — Declarative definition of command line interfaces for OCaml
55 lines (54 loc) • 1.22 kB
JSON
{
"name": "@elliottcable/bs-cmdliner",
"version": "10.2.2",
"description": "Cmdliner — Declarative definition of command line interfaces for OCaml",
"main": "src/cmdliner.bs.js",
"devDependencies": {
"bs-platform": "^5.0.6"
},
"peerDependencies": {
"bs-platform": ">=4.x"
},
"scripts": {
"build": "bsb -clean-world -make-world",
"prepare": "npm run build",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bsconfig.json",
"opam",
"src/**/*.ml",
"src/**/*.mli",
"src/**/*.bs.js",
"doc/**/*",
"pkg/**/*",
"test/**/*.ml",
"test/**/*.mli",
"test/**/*.bs.js",
"!**/dune",
"!**/.merlin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ELLIOTTCABLE/bs-cmdliner.git"
},
"author": "Daniel Bünzli <daniel.buenzl i@erratique.ch>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ELLIOTTCABLE/bs-cmdliner/issues"
},
"homepage": "http://erratique.ch/software/cmdliner",
"keywords": [
"BuckleScript",
"ReasonML",
"OCaml",
"argv",
"args",
"getopt",
"parser",
"CLI",
"minimist",
"yargs"
]
}