From 8a7c0dd18cb373a5b3c69e13f110562e156575e9 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 7 Feb 2017 00:22:13 +1100 Subject: Started to sketch out Bundles package --- src/bundles.adb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/bundles.adb (limited to 'src/bundles.adb') diff --git a/src/bundles.adb b/src/bundles.adb new file mode 100644 index 0000000..6a2d71d --- /dev/null +++ b/src/bundles.adb @@ -0,0 +1,8 @@ + + +package body Bundles is + + +end Bundles; + + -- cgit