{"id":19190167,"url":"https://github.com/xrplf/clio-packages","last_synced_at":"2026-03-19T08:37:09.701Z","repository":{"id":66231290,"uuid":"491282875","full_name":"XRPLF/clio-packages","owner":"XRPLF","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-07T23:47:49.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-21T17:09:07.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XRPLF.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-05-11T21:54:27.000Z","updated_at":"2022-09-26T22:12:09.000Z","dependencies_parsed_at":"2024-11-09T11:34:25.384Z","dependency_job_id":"89bb8a07-038b-4bc4-bed4-b6a66c48bc2c","html_url":"https://github.com/XRPLF/clio-packages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/XRPLF/clio-packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XRPLF%2Fclio-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XRPLF%2Fclio-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XRPLF%2Fclio-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XRPLF%2Fclio-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XRPLF","download_url":"https://codeload.github.com/XRPLF/clio-packages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XRPLF%2Fclio-packages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29980821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-09T11:33:08.239Z","updated_at":"2026-03-01T19:03:06.371Z","avatar_url":"https://github.com/XRPLF.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Clio packages\nThe Clio repository contains only the source code and unit tests for the Clio server. The packaging code is contained in the [clio-packages](https://github.com/XRPLF/clio-packages.git). Github Actions for building and packaging Clio exist in the [clio-gha repository](https://github.com/XRPLF/clio-gha.git). These other repositories allow the actions defined in the Clio repo itself to be simple and any changes do not require any modification of the Clio souce itself.The XRPLF organization has acess to self-hosted GitHub runners with much better specs that what GitHub provides for free.\n\nWhen a pull-request or push is made to the Clio repo, the Action for building the project checks out the clio-packages repo in a directory next to the Clio source. The clio-packages project builds Clio using CMake's [ExternalProject](https://cmake.org/cmake/help/v3.16/module/ExternalProject.html) by copying the source passed in via a `CLIO_ROOT` environment variable or defined by the configure (`-DCLIO_ROOT=\u003cclio_src_dir\u003e`). The clio-packages repo uses the `PATCH_COMMAND` step of CMake’s ExternalProject to overlay the packaging CMake code into the repository as if it were one repo.\n\nThe current pipeline lints the Clio source with clang-format, builds the `clio_server`, `clio_tests` and clio packages then runs the `clio_tests` executable. The `clio_server` executable is provided by a `clio_server` package while the `clio` package provides clio_server with a [`rippled`](https://github.com/XRPLF/ripple.git) configured to work with the server.\nPackages are are currently only available as apt packages for Debian based systems.\n\nThe build is performed using GCC-11 on Ubuntu 20.04 requiring the [clio dependencies](https://github.com/XRPLF/clio#building).\n\nPackages can be installed by adding Ripple's gpg key and deb repo and updating apt's sources\n\n    $ sudo apt-get install -y wget gpg\n\n    $ sudo mkdir /usr/local/share/keyrings/\n    $ wget -q -O - \"https://repos.ripple.com/repos/api/gpg/key/public\" | gpg --dearmor \u003e ripple-key.gpg\n    $ sudo mv ripple-key.gpg /usr/local/share/keyrings\n    $ echo \"deb [signed-by=/usr/local/share/keyrings/ripple-key.gpg] https://repos.ripple.com/repos/rippled-deb focal stable\" | \\\n        sudo tee -a /etc/apt/sources.list.d/ripple.list\n\n    $ sudo apt update \u0026\u0026 apt search clio\n    Sorting... Done\n    Full Text Search... Done\n    clio/focal 1.0.1 all\n    Clio API server with rippled configured\n\n    clio-server/focal 1.0.1-1 amd64\n    Clio XRPL API server\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxrplf%2Fclio-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxrplf%2Fclio-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxrplf%2Fclio-packages/lists"}