summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-07-24 10:35:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-07-24 10:35:29 +0200
commit689cd9c465bfe080443e1c8f4829d5485c0d130d (patch)
tree486657405b3416898c2ddea92cb249d2c6111d75
parent5d9532f59bf68b0a2415df41de0e58fe7e4699f4 (diff)
Add publish authorizations
cli/1.2.0-b.10+2 cli-tests/1.2.0-b.10+2 cli-examples/1.2.0-b.10+2
-rw-r--r--submit/00f49e7ac6c050f36
-rw-r--r--submit/20a350b597df17c25
-rw-r--r--submit/b2fbebab17aad1646
3 files changed, 17 insertions, 0 deletions
diff --git a/submit/00f49e7ac6c050f3 b/submit/00f49e7ac6c050f3
new file mode 100644
index 0000000..81a36d9
--- /dev/null
+++ b/submit/00f49e7ac6c050f3
@@ -0,0 +1,6 @@
+: 1
+name: cli-tests
+version: 1.2.0-b.10+2
+project: cli
+summary: Tests for the CLI compiler for C++
+license: MIT
diff --git a/submit/20a350b597df17c2 b/submit/20a350b597df17c2
new file mode 100644
index 0000000..e33ad6e
--- /dev/null
+++ b/submit/20a350b597df17c2
@@ -0,0 +1,5 @@
+: 1
+name: cli
+version: 1.2.0-b.10+2
+summary: Command line interface (CLI) compiler for C++
+license: MIT
diff --git a/submit/b2fbebab17aad164 b/submit/b2fbebab17aad164
new file mode 100644
index 0000000..b112dfe
--- /dev/null
+++ b/submit/b2fbebab17aad164
@@ -0,0 +1,6 @@
+: 1
+name: cli-examples
+version: 1.2.0-b.10+2
+project: cli
+summary: Examples of using the CLI language and compiler for C++
+license: MIT