{"id":29879434,"url":"https://github.com/typelevel/vault","last_synced_at":"2025-07-31T08:46:03.774Z","repository":{"id":37122311,"uuid":"154494502","full_name":"typelevel/vault","owner":"typelevel","description":" Type-safe, persistent storage for values of arbitrary types","archived":false,"fork":false,"pushed_at":"2025-07-23T18:39:46.000Z","size":2069,"stargazers_count":83,"open_issues_count":2,"forks_count":20,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-07-30T19:20:38.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://typelevel.org/vault/","language":"Scala","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/typelevel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2018-10-24T12:09:08.000Z","updated_at":"2025-07-23T18:39:49.000Z","dependencies_parsed_at":"2023-11-09T12:29:30.001Z","dependency_job_id":"119952b0-7ae7-4d1e-83d1-8dfe4d4f0b1c","html_url":"https://github.com/typelevel/vault","commit_stats":{"total_commits":660,"total_committers":23,"mean_commits":"28.695652173913043","dds":0.6515151515151515,"last_synced_commit":"2876c6980baf5ae82c7d7dec33f4dfcab48cfd35"},"previous_names":["christopherdavenport/vault"],"tags_count":60,"template":false,"template_full_name":null,"purl":"pkg:github/typelevel/vault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typelevel%2Fvault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typelevel%2Fvault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typelevel%2Fvault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typelevel%2Fvault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/typelevel","download_url":"https://codeload.github.com/typelevel/vault/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typelevel%2Fvault/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267935029,"owners_count":24168248,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-07-31T08:46:02.678Z","updated_at":"2025-07-31T08:46:03.746Z","avatar_url":"https://github.com/typelevel.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vault [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.typelevel/vault_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.typelevel/vault_2.12) ![Continuous Integration](https://github.com/typelevel/vault/workflows/Continuous%20Integration/badge.svg)\n\nVault is a tiny library that provides a single data structure called vault.\n\nInspiration was drawn from [HeinrichApfelmus/vault](https://github.com/HeinrichApfelmus/vault) and the original [blog post](https://apfelmus.nfshost.com/blog/2011/09/04-vault.html)\n\nA vault is a type-safe, persistent storage for values of arbitrary types. Like `Ref`, it should be capable of storing values of any type in it, but unlike `Ref`, behave like a persistent, first-class data structure.\n\nIt is analogous to a bank vault, where you can access different bank boxes with different keys; hence the name.\n\n## Microsite\n\nHead on over [to the microsite](https://typelevel.org/vault/)\n\n## Quick Start\n\nTo use vault in an existing SBT project with Scala 2.12 or a later version, add the following dependencies to your\n`build.sbt` depending on your needs:\n\n```scala\nlibraryDependencies ++= Seq(\n  \"org.typelevel\" %% \"vault\" % \"\u003cversion\u003e\"\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypelevel%2Fvault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypelevel%2Fvault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypelevel%2Fvault/lists"}