21 lines
483 B
TOML
21 lines
483 B
TOML
name = "iterators"
|
|
description = "Functional iterators a la Rust"
|
|
version = "0.1.0"
|
|
|
|
authors = ["Alejandro R. Mosteo"]
|
|
maintainers = ["Alejandro R. Mosteo <alejandro@mosteo.com>"]
|
|
maintainers-logins = ["mosteo"]
|
|
website = "https://github.com/mosteo/iterators"
|
|
|
|
licenses = "LGPL-3.0-only"
|
|
tags = ["iterators", "functional"]
|
|
|
|
[[depends-on]]
|
|
aaa = "~0.2.1"
|
|
gnat = ">=10"
|
|
|
|
[origin]
|
|
commit = "b3abe21ddb9a35e5bdbff6a1656dc8dcbb79a6fc"
|
|
url = "git+https://github.com/mosteo/iterators.git"
|
|
|