An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

sequences

Sequences is a port of Scala's Stream[+A] to C#. A Sequence<T> is an immutable lazy list whose elements are only evaluated when they are needed. A sequence is composed by a head (the first element) and a lazily-evaluated tail (the remaining elements). The fact that the tail is lazily-evaluated, makes it easy to represent infinite series or sets. See the project's page for examples: https://github.com/dcastro/Sequences

Ecosystem
nuget.org
Latest Release
1.0.1
almost 12 years ago
Versions
2
Downloads
3,777 total
Dependent Repos
2
Links
Registry nuget.org
Source Repository
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:nuget/sequences
spec
License
First Release almost 12 years ago
Last Synced 6 days ago
Repository
Stars 13 on GitHub
Forks 4 on GitHub
Rankings on nuget.org
Dependent repos Top 5.1%
Forks Top 7.3%