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

Top 3.6% on proxy.golang.org
Top 0.1% dependent packages on proxy.golang.org
Top 0.1% dependent repos on proxy.golang.org
Top 7.1% forks on proxy.golang.org
Top 0.1% docker downloads on proxy.golang.org

proxy.golang.org : modernc.org/libc

Package libc provides run time support for programs generated by the ccgo C to Go transpiler, version 4 or later. Many C libc functions are not thread safe. Such functions are not safe for concurrent use by multiple goroutines in the Go translation as well. C threads are modeled as Go goroutines. Every such C thread, ie. a Go goroutine, must use its own Thread Local Storage instance implemented by the TLS type. Signal handling in translated C code is not coordinated with the Go runtime. This is probably the same as when running C code via CGo. This package synchronizes its environ with the current Go environ lazily and only once. From Linux man-pages Copyleft

Registry - Homepage - Documentation - JSON
purl: pkg:golang/modernc.org/libc
License: BSD-3-Clause
Latest release: about 1 month ago
First release: almost 5 years ago
Namespace: modernc.org
Dependent packages: 2,858
Dependent repositories: 4,504
Stars: 15 on gitlab.com
Forks: 14 on gitlab.com
Docker dependents: 902
Docker downloads: 1,640,230,733
See more repository details: repos.ecosyste.ms
Last synced: 24 days ago

    Loading...
    Readme
    Loading...