{"id":18515285,"url":"https://github.com/chokobole/base","last_synced_at":"2025-05-14T13:31:19.882Z","repository":{"id":50659456,"uuid":"230910166","full_name":"chokobole/base","owner":"chokobole","description":"A C++ base library","archived":false,"fork":false,"pushed_at":"2020-02-11T06:36:24.000Z","size":498,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T03:42:58.321Z","etag":null,"topics":["cpp","cpp-library","cpp14"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chokobole.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":"2019-12-30T12:15:22.000Z","updated_at":"2020-07-16T11:54:23.000Z","dependencies_parsed_at":"2022-09-03T01:10:31.732Z","dependency_job_id":null,"html_url":"https://github.com/chokobole/base","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chokobole%2Fbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chokobole%2Fbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chokobole%2Fbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chokobole%2Fbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chokobole","download_url":"https://codeload.github.com/chokobole/base/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254150388,"owners_count":22022940,"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":["cpp","cpp-library","cpp14"],"created_at":"2024-11-06T15:47:13.971Z","updated_at":"2025-05-14T13:31:19.846Z","avatar_url":"https://github.com/chokobole.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base\n\nA C++ base library.\n\n## Contents\n- [Base](#base)\n  - [Contents](#contents)\n  - [How to use](#how-to-use)\n\n## How to use\n\nTo use `base`, add the followings to your `WORKSPACE` file.\n\n```python\nload(\"@bazel_tools//tools/build_defs/repo:http.bzl\", \"http_archive\")\n\n# If you want to use a specific version, use like below.\nhttp_archive(\n    name = \"com_chokobole_base\",\n    sha256 = \"\u003csha256\u003e\",\n    strip_prefix = \"base-\u003ccommit\u003e\",\n    urls = [\n        \"https://github.com/chokobole/base/archive/\u003ccommit\u003e.tar.gz\",\n    ],\n)\n\n# Or if you just try, use like below.\nhttp_archive(\n    name = \"com_chokobole_base\",\n    strip_prefix = \"base-master\",\n    urls = [\n        \"https://github.com/chokobole/base/archive/master.tar.gz\",\n    ],\n)\n\nload(\"@com_chokobole_base//bazel:base_deps.bzl\", \"base_deps\")\n\nbase_deps()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchokobole%2Fbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchokobole%2Fbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchokobole%2Fbase/lists"}