this repo has no description
1opam-version: "2.0" 2synopsis: "Bash completion support for Stdlib.Arg" 3maintainer: ["Simmo Saan <simmo.saan@gmail.com>"] 4authors: ["Simmo Saan <simmo.saan@gmail.com>"] 5license: "MIT" 6homepage: "https://github.com/sim642/ocaml-arg-complete" 7doc: "https://sim642.github.io/ocaml-arg-complete" 8bug-reports: "https://github.com/sim642/ocaml-arg-complete/issues" 9depends: [ 10 "ocaml" 11 "dune" {>= "2.8"} 12 "cppo" {>= "1.1.0"} 13 "ounit2" {with-test} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/sim642/ocaml-arg-complete.git" 31url { 32 src: 33 "https://github.com/sim642/ocaml-arg-complete/releases/download/0.2.1/arg-complete-0.2.1.tbz" 34 checksum: [ 35 "sha256=499bcb69e7aa6378f62d4beac46b34570e7b2679e976f024d639c4de9936ed05" 36 "sha512=7cbac1bec7bcd14fe3685e68028c9c49f2672809f4402e95f79f292977191dcc9ce9d340e570e8041c74870ce359f7563a0f258db723a533947100105dee814b" 37 ] 38} 39x-commit-hash: "70b2d862772c8c474ff5646ae6e5f3056044b90a"