{"id":19426616,"url":"https://github.com/oscaro/fleming","last_synced_at":"2025-04-24T17:31:10.685Z","repository":{"id":23958188,"uuid":"27340275","full_name":"oscaro/fleming","owner":"oscaro","description":"Small library for browser user agent identification, based on the UADetector Java library.","archived":false,"fork":false,"pushed_at":"2017-07-11T13:23:14.000Z","size":8,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-03T08:37:22.778Z","etag":null,"topics":["clojure","library","user-agent-parser"],"latest_commit_sha":null,"homepage":"https://cljdoc.org/d/com.oscaro/fleming/0.1.0/doc/readme","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oscaro.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}},"created_at":"2014-11-30T15:30:43.000Z","updated_at":"2023-03-14T11:38:01.000Z","dependencies_parsed_at":"2022-07-23T08:31:26.746Z","dependency_job_id":null,"html_url":"https://github.com/oscaro/fleming","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscaro%2Ffleming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscaro%2Ffleming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscaro%2Ffleming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscaro%2Ffleming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oscaro","download_url":"https://codeload.github.com/oscaro/fleming/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250674280,"owners_count":21469190,"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":["clojure","library","user-agent-parser"],"created_at":"2024-11-10T14:08:20.830Z","updated_at":"2025-04-24T17:31:10.438Z","avatar_url":"https://github.com/oscaro.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fleming\n\nSmall library for browser user agent identification, based on the UADetector\nJava library.\n\n[![Build Status](https://travis-ci.org/oscaro/fleming.svg?branch=master)](https://travis-ci.org/oscaro/fleming)\n\n## Installation\n\nLatest stable version:\n\n[![Clojars Project](http://clojars.org/com.oscaro/fleming/latest-version.svg)](http://clojars.org/com.oscaro/fleming)\n\nAdd this to your dependencies in `project.clj`.\n\n## Usage\n\n```clojure\n(use 'fleming.core)\n(def parse-ua (make-cached-parser 1000))\n(parse-ua \"Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0\")\n;;=\u003e\n{:device-category {:category :PERSONAL_COMPUTER, :icon \"desktop.png\", :info-url \"/list-of-ua/device-detail?device=Personal computer\",\n                   :name \"Personal computer\"},\n :family :FIREFOX, :icon \"firefox.png\", :name \"Firefox\",\n :operating-system {:family :LINUX, :family-name \"Linux\", :icon \"linux.png\", :name \"Linux\", :producer \"\", :producer-url \"\",\n                    :url \"http://en.wikipedia.org/wiki/Linux\",\n                    :version-number {:bugfix \"\", :extension \"\", :groups [\"\" \"\" \"\"], :major \"\", :minor \"\"}},\n :producer \"Mozilla Foundation\", :producer-url \"http://www.mozilla.org/\", :type :BROWSER, :type-name \"Browser\", :url \"http://www.firefox.com/\",\n :version-number {:bugfix \"\", :extension \"\", :groups [\"33\" \"0\" \"\"], :major \"33\", :minor \"0\"}}\n ```\n\n## License\n\nCopyright © 2014-2017 Oscaro.com\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foscaro%2Ffleming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foscaro%2Ffleming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foscaro%2Ffleming/lists"}