this repo has no description
1opam-version: "2.0"
2maintainer: "zandoye@gmail.com"
3authors: [ "ZAN DoYe" ]
4homepage: "https://bitbucket.org/zandoye/charinfo_width/"
5bug-reports: "https://bitbucket.org/zandoye/charinfo_width/issues"
6license: "MIT"
7dev-repo: "hg+https://bitbucket.org/zandoye/charinfo_width"
8build: [
9 ["dune" "build" "-p" name "-j" jobs]
10 ["dune" "runtest" "-p" name "-j" jobs] {with-test & (ocaml:version >= "4.04.0")}
11]
12depends: [
13 "ocaml" {>= "4.02.3"}
14 "result"
15 "camomile" {>= "1.0.0" & < "2.0~"}
16 "dune" {>= "1.4"}
17 "ppx_expect" {with-test}
18]
19
20synopsis: "Determine column width for a character"
21description: """
22This module is implemented purely in OCaml and the width function follows the prototype of POSIX's wcwidth."""
23
24url {
25 src:
26 "https://github.com/ocaml/opam-source-archives/raw/main/charInfo_width-1.0.0.tar.gz"
27 checksum: [
28 "sha256=415670958df219a7cc43727ff2cd49f422b942459308e4184f9339566e1dfd70"
29 "md5=999d063b7beb2f082e88d22c354a2b3b"
30 ]
31}