opam-version: "2.0" maintainer: "Issuu Raccoons " synopsis: "OCaml implementation of the user agent parse rules of uap-core" homepage: "https://github.com/issuu/uap-ocaml" doc: "https://issuu.github.io/uap-ocaml/" dev-repo: "git+https://github.com/issuu/uap-ocaml.git" bug-reports: "https://github.com/issuu/uap-ocaml/issues" build: [["dune" "build" "-p" name "-j" jobs]] run-test: [["dune" "runtest" "-p" name "-j" jobs]] depends: [ "alcotest" {with-test & >= "0.8.3"} "base" {>= "v0.11" & < "v0.17"} "dune" {>= "1.3"} "ocaml" {>= "4.05.0"} "ppx_deriving" "ppx_let" "stdio" {>= "v0.11"} "re" {>= "1.8.0"} "yaml" {build & >= "0.2.1"} "yaml" {with-test & >= "2.0.0"} "yojson" {>= "1.6.0"} ] description: """ OCaml implementation of the user agent parse rules from https://github.com/ua-parser/uap-core""" x-commit-hash: "970f5e19beb07d0dbfe56ce4a296b5a5db4212ed" authors: "Issuu Raccoon" url { src: "https://github.com/issuu/uap-ocaml/releases/download/0.2.0/user-agent-parser-0.2.0.tbz" checksum: [ "sha256=00ca1fbb107a1628733dcd95277b9630e466d235a354c8f8055d491c3307e026" "sha512=d8e3fa10ef6d95ea3d176aa0c5d43c5ab7f54ff5f8d7ae4f543a19221a79e554e65d1078e7663be6214af4a6b165620735639d8dec1fc8e70158455784ec039d" ] }