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

github.com/moby/sys/sequential

Package sequential provides a set of functions for managing sequential files on Windows. The origin of these functions are the golang OS and windows packages, slightly modified to only cope with files, not directories due to the specific use case. The alteration is to allow a file on Windows to be opened with FILE_FLAG_SEQUENTIAL_SCAN (particular for docker load), to avoid eating the standby list, particularly when accessing large files such as layer.tar. For non-Windows platforms, the package provides wrappers for the equivalents in the os packages. They are passthrough on Unix platforms, and only relevant on Windows.

Ecosystem
proxy.golang.org
Latest Release
v0.6.0
over 1 year ago
Versions
2
Dependent Packages
1,281
Dependent Repos
1,113
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/moby/sys/sequential
spec
License Apache-2.0
Namespace github.com/moby/sys
First Release over 3 years ago
Last Synced 13 days ago
Repository
Stars 85 on GitHub
Forks 49 on GitHub
Docker Dependents 2,056
Docker Downloads 9,804,803,706
Commits 543
Committers 106
Avg per Author 5.123
DDS 0.626
Rankings on proxy.golang.org
Overall Top 2.2%
Dependent packages Top 0.2%
Dependent repos Top 0.2%
Forks Top 4.2%
Docker downloads Top 0.1%