this repo has no description
0
fork

Configure Feed

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

Merge pull request #25703 from yongrenjie/release-wcwidth-v1.0.0

[new release] wcwidth (1.0.0)

authored by

Raphaël Proust and committed by
GitHub
c4b7df5d 3f468f0c

+38
+38
packages/wcwidth/wcwidth.1.0.0/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.0/wcwidth-1.0.0.tbz" 33 + checksum: [ 34 + "sha256=228cc4e9aa52c9c0fa0c07c2b4619b9cdac556a2653425b27de1f1aa611f2f12" 35 + "sha512=f089b80446437d1b39983e386eb3c49aacde6a60f76e5a143a747a394225182a9e57cb6f8ccf2aa954e56f833efd7e160a707cee649fecef6323fb7ccd515d2a" 36 + ] 37 + } 38 + x-commit-hash: "811a20a354257241f07b3dc25670dc37e93c5c0d"