this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] wcwidth (1.0.1)

CHANGES:

- Changed Lists to Arrays for performance improvement (yongrenjie/wcwidth-ocaml#1)

+38
+38
packages/wcwidth/wcwidth.1.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Get terminal display width of a string" 3 + description: "Get terminal display width of a string" 4 + maintainer: ["Jonathan Yong"] 5 + authors: ["Jonathan Yong"] 6 + license: "MIT" 7 + homepage: "https://github.com/yongrenjie/wcwidth-ocaml" 8 + bug-reports: "https://github.com/yongrenjie/wcwidth-ocaml/issues" 9 + depends: [ 10 + "dune" {>= "3.3"} 11 + "ocaml" {>= "4.14"} 12 + "alcotest" {with-test} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 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 + ] 29 + dev-repo: "git+https://github.com/yongrenjie/wcwidth-ocaml.git" 30 + url { 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 + } 38 + x-commit-hash: "18cd8abb4f2868e133ab2415de5108f5aa3d081b"