this repo has no description
1opam-version: "2.0"
2maintainer: "zandoye@gmail.com"
3authors: [ "ZAN DoYe" ]
4homepage: "https://github.com/kandu/charinfo_width/"
5bug-reports: "https://github.com/kandu/charinfo_width/issues"
6license: "MIT"
7dev-repo: "git+https://github.com/kandu/charinfo_width.git"
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" {>= "2.0.0" & < "3.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: "https://github.com/kandu/charInfo_width/archive/2.0.0.tar.gz"
26 checksum: [
27 "sha256=ea492b79329148415e66f0a968d9fec01714ea888dcc09e9b34a53a2c6bfa48b"
28 "md5=220645b99124d6871e503527ca363ce5"
29 ]
30}