this repo has no description
1opam-version: "2.0" 2synopsis: "Get terminal display width of a string" 3description: "Get terminal display width of a string" 4maintainer: ["Jonathan Yong"] 5authors: ["Jonathan Yong"] 6license: "MIT" 7homepage: "https://github.com/yongrenjie/wcwidth-ocaml" 8bug-reports: "https://github.com/yongrenjie/wcwidth-ocaml/issues" 9depends: [ 10 "dune" {>= "3.3"} 11 "ocaml" {>= "4.14"} 12 "alcotest" {with-test} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/yongrenjie/wcwidth-ocaml.git" 30url { 31 src: 32 "https://github.com/yongrenjie/wcwidth-ocaml/releases/download/v1.0.0/wcwidth-1.0.0.tbz" 33 checksum: [ 34 "sha256=228cc4e9aa52c9c0fa0c07c2b4619b9cdac556a2653425b27de1f1aa611f2f12" 35 "sha512=f089b80446437d1b39983e386eb3c49aacde6a60f76e5a143a747a394225182a9e57cb6f8ccf2aa954e56f833efd7e160a707cee649fecef6323fb7ccd515d2a" 36 ] 37} 38x-commit-hash: "811a20a354257241f07b3dc25670dc37e93c5c0d"