From 4f891e0e0d89d338ce0943357a8a585d26778dd8 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 3 Jun 2024 15:06:31 +0200 Subject: [PATCH] optional 0.2.0 (#1060) * optional 0.2.0 (via `alr publish --submit`) * Use Intel arch machines for macOS tests * Downgrade macOS runners to v12 * Update workflows --- index/op/optional/optional-0.2.0.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 index/op/optional/optional-0.2.0.toml diff --git a/index/op/optional/optional-0.2.0.toml b/index/op/optional/optional-0.2.0.toml new file mode 100644 index 000000000..695ce237f --- /dev/null +++ b/index/op/optional/optional-0.2.0.toml @@ -0,0 +1,16 @@ +name = "optional" +description = "Optional values a la java.lang.Optional" +version = "0.2.0" + +tags = ["optional", "functional"] +licenses = "LGPL-3.0-only" +website = "https://github.com/mosteo/optional/" + +authors = ["Alejandro R. Mosteo"] +maintainers = ["Alejandro R. Mosteo "] +maintainers-logins = ["mosteo"] + +[origin] +commit = "3b6d741c320608579419db9871fe3fd02356d9b6" +url = "git+https://github.com/mosteo/optional.git" +