diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-01 17:37:24 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-01 17:37:24 -0400 |
| commit | 12345a85d9c7d7a56ddf323247a4bdf347021b73 (patch) | |
| tree | 93bafb42c1ec2c22cc2858936034901c39cbca82 /modules | |
| parent | c778c8822f1c8acf981e26f7b860a384c94cff6f (diff) | |
| parent | adc2d81b5683e611c5f3289be6157d4519a60632 (diff) | |
Merge branch 'main' into optional-list-indexing
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/core.ini | 35 | ||||
| -rw-r--r-- | modules/examples.ini | 27 |
2 files changed, 62 insertions, 0 deletions
diff --git a/modules/core.ini b/modules/core.ini new file mode 100644 index 00000000..ddad0a09 --- /dev/null +++ b/modules/core.ini @@ -0,0 +1,35 @@ +[patterns] +version=v1.1 +git=https://github.com/bruce-hill/tomo-patterns + +[base64] +version=v1.0 +git=https://github.com/bruce-hill/tomo-base64 + +[commands] +version=v1.0 +git=https://github.com/bruce-hill/tomo-commands + +[json] +version=v1.0 +git=https://github.com/bruce-hill/tomo-json + +[pthreads] +version=v1.0 +git=https://github.com/bruce-hill/tomo-pthreads + +[random] +version=v1.0 +git=https://github.com/bruce-hill/tomo-random + +[shell] +version=v1.0 +git=https://github.com/bruce-hill/tomo-shell + +[time] +version=v1.0 +git=https://github.com/bruce-hill/tomo-time + +[uuid] +version=v1.0 +git=https://github.com/bruce-hill/tomo-uuid diff --git a/modules/examples.ini b/modules/examples.ini new file mode 100644 index 00000000..20a04639 --- /dev/null +++ b/modules/examples.ini @@ -0,0 +1,27 @@ +[log] +version=v1.0 +git=https://github.com/bruce-hill/tomo-log + +[ini] +version=v1.0 +git=https://github.com/bruce-hill/tomo-ini + +[vectors] +version=v1.0 +git=https://github.com/bruce-hill/tomo-vectors + +[http] +version=v1.1 +git=https://github.com/bruce-hill/tomo-http + +[http-server] +version=v1.0 +git=https://github.com/bruce-hill/tomo-http-server + +[wrap] +version=v1.0 +git=https://github.com/bruce-hill/tomo-wrap + +[colorful] +version=v1.0 +git=https://github.com/bruce-hill/tomo-colorful |
