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: [ "ocaml" {>="4.05.0"} "alcotest" {with-test & >= "0.8.3"} "base" {>= "v0.11" & < "v0.17"} "dune" {>="1.3"} "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: "aa0c038b0e968cccb62f90420a2296ee5a580824" authors: "Issuu Raccoon" url { src: "https://github.com/issuu/uap-ocaml/releases/download/0.1.3/user-agent-parser-0.1.3.tbz" checksum: [ "sha256=702c4c20d41c9f4d95f92ac3b7894f62b701c087dc99e84639aa64b8a0527b60" "sha512=66c7896afcbd137cc47bad407df419c0b177d156339820eaa81907366815df8dd8fcb1ca7e92bb7ead9ee47f7eb6042ead538cf0fd40a7c225570421eb94d7b2" ] }