diff --git a/ci_config.json b/ci_config.json
index 4d16f0483..bbe5439f2 100644
--- a/ci_config.json
+++ b/ci_config.json
@@ -76,6 +76,15 @@
"boost"
]
},
+ "aws-c-cal": {
+ "build_options": [
+ "aws-c-cal:tests=enabled"
+ ],
+ "alpine_packages": [
+ "openssl-dev",
+ "openssl"
+ ]
+ },
"aws-c-common": {
"build_options": [
"aws-c-common:tests=enabled"
diff --git a/releases.json b/releases.json
index 9800e512f..1a2c9ecd9 100644
--- a/releases.json
+++ b/releases.json
@@ -244,6 +244,14 @@
"0.4.1-1"
]
},
+ "aws-c-cal": {
+ "dependency_names": [
+ "aws-c-cal"
+ ],
+ "versions": [
+ "0.9.10-1"
+ ]
+ },
"aws-c-common": {
"dependency_names": [
"aws-c-common"
diff --git a/subprojects/aws-c-cal.wrap b/subprojects/aws-c-cal.wrap
new file mode 100644
index 000000000..25b2fe2e8
--- /dev/null
+++ b/subprojects/aws-c-cal.wrap
@@ -0,0 +1,9 @@
+[wrap-file]
+directory = aws-c-cal-0.9.10
+source_url = https://github.com/awslabs/aws-c-cal/archive/refs/tags/v0.9.10.tar.gz
+source_filename = aws-c-cal-0.9.10.tar.gz
+source_hash = a41b389e942fadd599a6a0f692b75480d663f1e702c0301177f00f365e0c9b94
+patch_directory = aws-c-cal
+
+[provide]
+dependency_names = aws-c-cal
diff --git a/subprojects/packagefiles/aws-c-cal/generate_tests.py b/subprojects/packagefiles/aws-c-cal/generate_tests.py
new file mode 100644
index 000000000..b6816209f
--- /dev/null
+++ b/subprojects/packagefiles/aws-c-cal/generate_tests.py
@@ -0,0 +1,18 @@
+#!/usr/bin/env python3
+
+import sys
+
+# Usage: generate_tests.py