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