add jerbuild

ober

01358f07461f00b0515523395484613625dfd7d8

diff --git a/.jerbuild b/.jerbuild
new file mode 100644
index 0000000..1d416ca
--- /dev/null
+++ b/.jerbuild
@@ -0,0 +1,11 @@
+;; Build jerboa-aws with a standalone jerbuild binary.
+
+(entry "aws.ss")
+(output "jerboa-aws")
+(requires "cc" "OpenSSL headers/libs" "../chez-https/src" "../chez-ssl/src")
+(notes "Uses chez-https plus the chez-ssl C shim. jerboa-native-rs and DuckDB are not required.")
+(libdirs "lib"
+         "../chez-https/src"
+         "../chez-ssl/src")
+(extra-sources "../chez-ssl/chez_ssl_shim.c")
+(extra-ldflags "-lssl" "-lcrypto")