this repo has no description
1opam-version: "2.0"
2maintainer: "Marshall Roch <mroch@fb.com>"
3authors: "Marshall Roch <mroch@fb.com>"
4license: "MIT"
5homepage: "https://github.com/flowtype/ocaml-wtf8"
6doc: "https://github.com/flowtype/ocaml-wtf8"
7bug-reports: "https://github.com/flowtype/ocaml-wtf8/issues"
8depends: [
9 "ocaml" {>= "4.01.0"}
10 "dune" {>= "1.0"}
11]
12build: [
13 ["dune" "build" "-p" name "-j" jobs]
14 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
15]
16dev-repo: "git+https://github.com/flowtype/ocaml-wtf8.git"
17synopsis: "Encoder and decoder for WTF-8"
18description: """
19WTF-8 is a superset of UTF-8 that allows unpaired surrogates.
20"""
21url {
22 src:
23 "https://github.com/flowtype/ocaml-wtf8/releases/download/v1.0.2/wtf8-v1.0.2.tbz"
24 checksum: [
25 "sha256=779ff72940405918fcb67b6be11909ef82965bbc2f9ff07f9b59f1d27a67cf27"
26 "sha512=fc1201d2178daaebb2f87d47c7b7c9bde06560d70e75fee9c6f741f7348500eaa0850c852847fc7435054cc2de7aa80643174002cb5389483f0fa49dab6e634f"
27 ]
28}