syscall
Package info
-
Homepage
gitlab.com/clean-and-itasks/libraries/syscall -
Latest version
1.0.4, 13 days ago -
Maintainer
TOP Software Technology -
License
BSD-2-Clause
Description
This library provides a unified interface for environments that are allowed to do syscalls
Readme
# syscalls
This library provides a unified interface for environments that are allowed to
do syscalls. The main type class is used in `linux`, `posix`, and `windows` to
constrain the environments with which syscalls can be performed.
## License
The package is licensed under the BSD-2-Clause license; for details, see the
[LICENSE](/LICENSE) file.
The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of Radboud University Nijmegen.
Changelog
# Changelog
#### 1.0.4
- Chore: allow base v4.
#### 1.0.3
- Chore: support base `3.0`.
#### 1.0.2
- Fix: default implementation of `appWorld`.
#### 1.0.1
- Enhancement: Allow the function arguments for accWorld and appWorld to be unique also.
## 1.0.0
- Initial version
Versions
-
1.0.4 latest 13 days ago
Dependencies: base ^2.0.0 || ^3.0.0 || ^4.0.0.
Targets: any-any.
-
1.0.3 2 years ago
Dependencies: base ^2.0.0 || ^3.0.0.
Targets: any-any.
-
1.0.2 2 years ago
Dependencies: base ^2.0.0.
Targets: any-any.
-
1.0.1 3 years ago
Dependencies: base ^2.0.0.
Targets: any-any.
-
1.0.0 3 years ago
Dependencies: base ^2.0.0.
Targets: any-any.