{"id":18950210,"url":"https://github.com/junker/ua-parser","last_synced_at":"2026-03-19T07:18:47.210Z","repository":{"id":208644937,"uuid":"720314199","full_name":"Junker/ua-parser","owner":"Junker","description":"User Agent Parser for Common Lisp","archived":false,"fork":false,"pushed_at":"2024-02-18T04:55:23.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T01:45:36.442Z","etag":null,"topics":["common-lisp","ua-parser","user-agent","user-agent-parser"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Junker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-18T05:06:42.000Z","updated_at":"2024-02-18T04:55:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"40f1ad3e-c226-497d-a4a7-b0b59e1f4353","html_url":"https://github.com/Junker/ua-parser","commit_stats":null,"previous_names":["junker/ua-parser"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fua-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fua-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fua-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fua-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Junker","download_url":"https://codeload.github.com/Junker/ua-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239946915,"owners_count":19723018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["common-lisp","ua-parser","user-agent","user-agent-parser"],"created_at":"2024-11-08T13:21:41.496Z","updated_at":"2026-01-25T06:39:08.598Z","avatar_url":"https://github.com/Junker.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UA-Parser\n\nUser Agent Parser for Common Lisp.\n\n## Installation\n\nThis system can be installed from [UltraLisp](https://ultralisp.org/) like this:\n\n```common-lisp\n(ql-dist:install-dist \"http://dist.ultralisp.org/\"\n                      :prompt nil)\n(ql:quickload \"ua-parser\")\n```\n\n## Usage\n\n```common-lisp\n(defvar *ua* \"Mozilla/5.0 (Linux; Android 13; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Mobile Safari/537.36\")\n;; *UA*\n\n(ua-parser:parse *ua*)\n;; (:UA (:FAMILY \"Chrome Mobile\" :MAJOR \"112\" :MINOR \"0\" :PATCH \"0\") \n;;  :OS (:FAMILY \"Android\" :MAJOR \"13\" :MINOR NIL :PATCH NIL) \n;;  :DEVICE (:FAMILY \"Pixel 6\" :BRAND \"Google\" :MODEL \"Pixel 6\"))\n\n(ua-parser:os-parse *ua*)\n;; (:FAMILY \"Android\" :MAJOR \"13\" :MINOR NIL :PATCH NIL)\n\n(ua-parser:family-parse *ua*)\n;; (:FAMILY \"Chrome Mobile\" :MAJOR \"112\" :MINOR \"0\" :PATCH \"0\")\n\n(ua-parser:device-parse *ua*)\n;; (:FAMILY \"Pixel 6\" :BRAND \"Google\" :MODEL \"Pixel 6\")\n\n\n```\n\n## Credits\n\nUsing regexp list from https://github.com/ua-parser/uap-core\n\n## License\n\n- The system is licensed under the MIT license\n- The data contained in `regexes.lisp` is Copyright 2009 Google Inc. and available under the Apache License, Version 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunker%2Fua-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunker%2Fua-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunker%2Fua-parser/lists"}