4f891e0e0d
* optional 0.2.0 (via `alr publish --submit`) * Use Intel arch machines for macOS tests * Downgrade macOS runners to v12 * Update workflows
17 lines
444 B
TOML
17 lines
444 B
TOML
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 <alejandro@mosteo.com>"]
|
|
maintainers-logins = ["mosteo"]
|
|
|
|
[origin]
|
|
commit = "3b6d741c320608579419db9871fe3fd02356d9b6"
|
|
url = "git+https://github.com/mosteo/optional.git"
|
|
|