diff options
author | EuAndreh <eu@euandre.org> | 2025-05-23 07:52:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-23 07:55:14 -0300 |
commit | 9087ba4198c81d7e2730783dbf270d86413ae9c8 (patch) | |
tree | 94760b4316063d867fa6ed460013d176b5cdfb5e | |
parent | src/stm.go: Rename Interface -> atomicI (diff) | |
download | stm-9087ba4198c81d7e2730783dbf270d86413ae9c8.tar.gz stm-9087ba4198c81d7e2730783dbf270d86413ae9c8.tar.xz |
meta.capim: Add with :dependencies key
-rw-r--r-- | meta.capim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta.capim b/meta.capim new file mode 100644 index 0000000..3bbc3d9 --- /dev/null +++ b/meta.capim @@ -0,0 +1,9 @@ +{ + :dependencies { + :build #{ + gotext + gobang + pds + } + } +} |