summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-07-24 10:31:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-07-24 10:31:59 +0200
commit1b0f6fd753680ad9f7bf54e0ca35821341fe0ccb (patch)
tree92efaf79495dd33c5eceb951629d0d2ca839727e
parent0f0e0cc80b6aece602a297e2edcf8447c804a69a (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/99bac1af351f0bee5
-rw-r--r--submit/9c7c9cb141c6b7596
-rw-r--r--submit/d61dc1d58785240c6
3 files changed, 17 insertions, 0 deletions
diff --git a/submit/99bac1af351f0bee b/submit/99bac1af351f0bee
new file mode 100644
index 0000000..e33ad6e
--- /dev/null
+++ b/submit/99bac1af351f0bee
@@ -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/9c7c9cb141c6b759 b/submit/9c7c9cb141c6b759
new file mode 100644
index 0000000..b112dfe
--- /dev/null
+++ b/submit/9c7c9cb141c6b759
@@ -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
diff --git a/submit/d61dc1d58785240c b/submit/d61dc1d58785240c
new file mode 100644
index 0000000..81a36d9
--- /dev/null
+++ b/submit/d61dc1d58785240c
@@ -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