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.1/wcwidth-1.0.1.tbz" 33 checksum: [ 34 "sha256=7cd177bea7dd3b5eaf6b84e269257503d9ef7e12c4623ba6ce0dbf9e20f5e3f0" 35 "sha512=bdbf11c94c76090b8687f5a60cb1c8908a1b7430b15794eec5955fac49c58e5a0648a9f241cf183962ee0bff8780f7bcb3c0996e5f230278c94131d203ed48c5" 36 ] 37} 38x-commit-hash: "18cd8abb4f2868e133ab2415de5108f5aa3d081b"