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 "alcotest" {with-test & >= "0.8.3"} 12 "base" {>= "v0.11" & < "v0.17"} 13 "dune" {>= "1.3"} 14 "ocaml" {>= "4.05.0"} 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: "970f5e19beb07d0dbfe56ce4a296b5a5db4212ed" 26authors: "Issuu Raccoon" 27url { 28 src: 29 "https://github.com/issuu/uap-ocaml/releases/download/0.2.0/user-agent-parser-0.2.0.tbz" 30 checksum: [ 31 "sha256=00ca1fbb107a1628733dcd95277b9630e466d235a354c8f8055d491c3307e026" 32 "sha512=d8e3fa10ef6d95ea3d176aa0c5d43c5ab7f54ff5f8d7ae4f543a19221a79e554e65d1078e7663be6214af4a6b165620735639d8dec1fc8e70158455784ec039d" 33 ] 34}