blob: 3010a2a8032c336154544a36a890045238d73b33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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:
-------
* Alex Şuhan <alex.suhan@gmail.com>
Based on the D implementation by Shripad K and using agent data from BrowserScope.
|