mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
84d2e13146
regexes.yaml has been move to separate project so it can be used from different bindings. See devel/ua_parser-core port.
10 lines
363 B
Plaintext
10 lines
363 B
Plaintext
A port of BrowserScope's user agent string parser.
|
|
|
|
The crux of the original parser -- the data collected by Steve Souders over
|
|
the years -- has been extracted into a separate YAML file so as to be reusable
|
|
as is by implementations in other programming languages.
|
|
|
|
ua-parser is just a small wrapper around this data.
|
|
|
|
WWW: https://github.com/ua-parser/uap-python
|