{"id":16418956,"url":"https://github.com/maennchen/purl","last_synced_at":"2025-03-23T06:31:41.957Z","repository":{"id":149508933,"uuid":"621933162","full_name":"maennchen/purl","owner":"maennchen","description":"Implementation of the purl (package url) specification.","archived":false,"fork":false,"pushed_at":"2025-03-17T10:19:13.000Z","size":75,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T10:45:24.860Z","etag":null,"topics":["elixir","elixir-lang","elixir-library","library","package-url","purl"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/purl","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maennchen.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-03-31T17:53:07.000Z","updated_at":"2025-03-17T10:19:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"bda0f5ef-df39-4d19-b892-df871baf7ed0","html_url":"https://github.com/maennchen/purl","commit_stats":null,"previous_names":["maennchen/purl","jshmrtn/purl"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maennchen%2Fpurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maennchen%2Fpurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maennchen%2Fpurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maennchen%2Fpurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maennchen","download_url":"https://codeload.github.com/maennchen/purl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244918573,"owners_count":20531683,"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":["elixir","elixir-lang","elixir-library","library","package-url","purl"],"created_at":"2024-10-11T07:15:29.550Z","updated_at":"2025-03-23T06:31:41.604Z","avatar_url":"https://github.com/maennchen.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Purl\n\n[![hex.pm badge](https://img.shields.io/badge/Package%20on%20hex.pm-informational)](https://hex.pm/packages/purl)\n[![Documentation badge](https://img.shields.io/badge/Documentation-ff69b4)][docs]\n[![.github/workflows/branch_main.yml](https://github.com/maennchen/purl/actions/workflows/branch_main.yml/badge.svg)](https://github.com/maennchen/purl/actions/workflows/branch_main.yml)\n[![Coverage Status](https://coveralls.io/repos/github/maennchen/purl/badge.svg?branch=main)](https://coveralls.io/github/maennchen/purl?branch=main)\n\n\u003e Implementation of the purl (package url) specification.\n\nSee [the documentation][docs].\n\n## Usage\n\n```elixir\niex\u003e Purl.new(\"pkg:hex/purl\")\n{:ok, %Purl{type: \"hex\", name: \"purl\"}}\n\niex\u003e Purl.to_string(%Purl{type: \"hex\", name: \"purl\"})\n\"pkg:hex/purl\"\n```\n\n## Installation\n\nThe package can be installed by adding `purl` to your list of dependencies in\n`mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:purl, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## License\n\nCopyright 2023 JOSHMARTIN GmbH\n\n  Licensed under the Apache License, Version 2.0 (the \"License\");\n  you may not use this file except in compliance with the License.\n  You may obtain a copy of the License at:\n\n  \u003e \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e\n\n  Unless required by applicable law or agreed to in writing, software\n  distributed under the License is distributed on an \"AS IS\" BASIS,\n  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n  See the License for the specific language governing permissions and\n  limitations under the License.\n\n[docs]: https://hexdocs.pm/purl\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaennchen%2Fpurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaennchen%2Fpurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaennchen%2Fpurl/lists"}