Skip to content

Commit

Permalink
Add stellar libraries for containers as API (#171)
Browse files Browse the repository at this point in the history
* Add stellar libraries for containers as API

* refresh stellar
  • Loading branch information
andrevidela authored Jan 14, 2025
1 parent 5e203f0 commit 118a5bb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions collections/HEAD.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 118a5bb

Please sign in to comment.