Skip to content

BeeswaxIO/uap-cpp

 
 

Repository files navigation

ua_parser C++ Library

Usage

To build the (static) library:

$ make uaparser_cpp

To build and run the tests:

$ make test

Dependencies

  • boost_regex, boost_system, yaml-cpp (0.3 API)
  • glog (for the CHECK macro)
  • gtest (for testing)

Author:

Based on the D implementation by Shripad K and using agent data from BrowserScope.

About

C++ implementation of ua-parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.6%
  • CMake 3.6%
  • Makefile 2.8%