From 118a5bb81d036048a4764cdeee1ecd883521c27e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Videla?= Date: Tue, 14 Jan 2025 03:40:37 +0000 Subject: [PATCH] Add stellar libraries for containers as API (#171) * Add stellar libraries for containers as API * refresh stellar --- collections/HEAD.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/collections/HEAD.toml b/collections/HEAD.toml index f51fca9cd..1d3753473 100644 --- a/collections/HEAD.toml +++ b/collections/HEAD.toml @@ -747,6 +747,24 @@ url = "https://github.com/stefan-hoeck/idris2-sqlite3" commit = "main" ipkg = "sqlite3-rio/sqlite3-rio.ipkg" +[db.stellar-api] +type = "git" +url = "https://gitlab.com/avidela/stellar" +commit = "main" +ipkg = "api/stellar-api.ipkg" + +[db.stellar-http] +type = "git" +url = "https://gitlab.com/avidela/stellar" +commit = "main" +ipkg = "http/stellar-http.ipkg" + +[db.stellar-sql] +type = "git" +url = "https://gitlab.com/avidela/stellar" +commit = "main" +ipkg = "sql/stellar-sql.ipkg" + [db.structures] type = "git" url = "https://git.sr.ht/~thatonelutenist/Structures"