stdlibc 0.1.4 copy "stdlibc: ^0.1.4" to clipboard
stdlibc: ^0.1.4 copied to clipboard

C Standard Library - FFI bindings to the GNU C Library on Linux, and the BSD C Library on macOS.

Changelog #

0.1.4 (2023-06-13) #

0.1.3 (2023-06-13) #

0.1.2 #

  • Migrate to Dart 3

0.1.1 #

  • Add execv(), execve(), execvp()

0.1.0 #

  • Follow the standard C-library API closer and return errno or null where appropriate instead of doing internal errno checks and throwing
  • Add mkfifo(), fork(), unlink()

0.0.6 #

  • Add pread(), pwrite()
  • Add getpwnam() & getpwuid()
  • add dup(), sync(), fsync()
  • Add getfsent(), getfsspec(), getfsfile()
  • Add fcntl(), ioctl()
  • Add getutxent()
  • Add examples: uptime, whoami, uname

0.0.5 #

  • Fix poll() default timeout -1.

0.0.4 #

  • Add read() and write().

0.0.3 #

  • Add pipe().

0.0.2+2 #

  • Ignore lints for pub.

0.0.2+1 #

  • Tweak lints.
  • Declare supported platforms.

0.0.2 #

  • Add poll().
  • Add example.

0.0.1 #

  • Initial release.
14
likes
120
pub points
77%
popularity

Publisher

verified publishercanonical.com

C Standard Library - FFI bindings to the GNU C Library on Linux, and the BSD C Library on macOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

collection, ffi, meta, path

More

Packages that depend on stdlibc