{"id":18507125,"url":"https://github.com/Junker/mobiledetect","last_synced_at":"2025-04-09T03:31:02.451Z","repository":{"id":206834262,"uuid":"717724199","full_name":"Junker/mobiledetect","owner":"Junker","description":"Common Lisp system for detecting mobile devices (including tablets) in User-Agent strings","archived":false,"fork":false,"pushed_at":"2024-02-18T05:10:52.000Z","size":20,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-21T03:14:38.332Z","etag":null,"topics":["common-lisp","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}},"created_at":"2023-11-12T11:44:40.000Z","updated_at":"2024-11-04T08:16:38.000Z","dependencies_parsed_at":"2023-11-12T17:57:35.397Z","dependency_job_id":"a8bf0764-8177-4e0f-9729-2b3a747f4966","html_url":"https://github.com/Junker/mobiledetect","commit_stats":null,"previous_names":["junker/mobiledetect"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fmobiledetect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fmobiledetect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fmobiledetect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fmobiledetect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Junker","download_url":"https://codeload.github.com/Junker/mobiledetect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247973450,"owners_count":21026663,"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","user-agent","user-agent-parser"],"created_at":"2024-11-06T15:01:31.381Z","updated_at":"2025-04-09T03:31:02.442Z","avatar_url":"https://github.com/Junker.png","language":"Common Lisp","readme":"# MobileDetect\n\nMobileDetect is a lightweight Common Lisp system for detecting mobile devices (including tablets). \\\nThe system will detect the device by comparing patterns against a given \nUser-Agent string.\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 \"mobiledetect\")\n```\n\n## Usage\n\n```common-lisp\n(setq *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\n(mobiledetect:mobilep *ua*)\n;; T\n\n(mobiledetect:tabletp *ua*)\n;; NIL\n\n(mobiledetect:browser *ua*)\n;; :CHROME\n\n(mobiledetect:operating-system *ua*)\n;; :ANDROIDOS\n\n(mobiledetect:mobile-device *ua*)\n;; :PIXEL\n\n(mobiledetect:tablet-device *ua*)\n;; NIL\n\n(mobiledetect:device-type *ua*)\n;; :MOBILE\n```\n\n## Credits\n\nUsing regexp list from https://mobiledetect.net/\n","funding_links":[],"categories":["Recently Updated","Interfaces to other package managers"],"sub_categories":["[Oct 31, 2024](/content/2024/10/31/README.md)","Web project skeletons and generators"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJunker%2Fmobiledetect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJunker%2Fmobiledetect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJunker%2Fmobiledetect/lists"}