Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 475 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 475 Bytes

ua_parser C++ Library

Usage

To build the (static) library:

$ make uaparser_cpp

To build and run the tests:

$ make test

Dependencies

Author:

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