this repo has no description
1opam-version: "2.0" 2maintainer: "Issuu Raccoons <racoon@issuu.com>" 3synopsis: "OCaml implementation of the user agent parse rules of uap-core" 4homepage: "https://github.com/issuu/uap-ocaml" 5doc: "https://issuu.github.io/uap-ocaml/" 6dev-repo: "git+https://github.com/issuu/uap-ocaml.git" 7bug-reports: "https://github.com/issuu/uap-ocaml/issues" 8build: [["dune" "build" "-p" name "-j" jobs]] 9run-test: [["dune" "runtest" "-p" name "-j" jobs]] 10depends: [ 11 "ocaml" {>="4.05.0"} 12 "alcotest" {with-test & >= "0.8.3"} 13 "base" {>= "v0.11" & < "v0.17"} 14 "dune" {>="1.3"} 15 "ppx_deriving" 16 "ppx_let" 17 "stdio" {>= "v0.11"} 18 "re" {>= "1.8.0"} 19 "yaml" {build & >= "0.2.1"} 20 "yaml" {with-test & >= "2.0.0"} 21 "yojson" {>= "1.6.0"} 22] 23description: """ 24OCaml implementation of the user agent parse rules from https://github.com/ua-parser/uap-core""" 25x-commit-hash: "aa0c038b0e968cccb62f90420a2296ee5a580824" 26authors: "Issuu Raccoon" 27url { 28 src: 29 "https://github.com/issuu/uap-ocaml/releases/download/0.1.3/user-agent-parser-0.1.3.tbz" 30 checksum: [ 31 "sha256=702c4c20d41c9f4d95f92ac3b7894f62b701c087dc99e84639aa64b8a0527b60" 32 "sha512=66c7896afcbd137cc47bad407df419c0b177d156339820eaa81907366815df8dd8fcb1ca7e92bb7ead9ee47f7eb6042ead538cf0fd40a7c225570421eb94d7b2" 33 ] 34}