KO
|
EN
gitlite — search
Search
#react
#nodejs
#python
#javascript
#golang
#machine-learning
#java
#api
#php
#html5
#mqtt
#plugin
gonix
★ 35
Open GitHub ↗
Go bindings to nix API
Download README (.md)
Explore Similar Repositories
SMS-Bomber
:
سورس اس ام اس بمبر با بیش از 30 وب سرویس
openai-logit-bias-classification-walkthrough
:
Learn how to use logit bias with OpenAI models to create highly-powerful classifiers in minutes.
lain-catppuccin-dotfiles
:
🎨 Catppuccin 🍚 of Lain 📺
machine-vision-naghmeh-hosseini
:
https://drive.google.com/drive/folders/1PtzqmmY30aGWTre4tONK9VQARt-5mDAY?usp=sharing
DynexSDK
:
Dynex is the world’s only accessible neuromorphic quantum computing cloud for solving real-world problems, at scale.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gonix
?
Download (.md)
# Go bindings to nix API [](https://goreportcard.com/report/github.com/farcaller/gonix) [](https://godoc.org/github.com/farcaller/gonix) ## Building These bindings depend on the Nix C API, which is currently only available in nix master. It's a moving target, and while we try to catch up, sometimes the API is broken so you must pull nix from the **same revision** that's tracked in this flake's `nix`, and make both `nix.dev` and `pkg-config` available in your `buildInputs` for the CGO bindings to work. Consult the `flake.nix` for an example. ## API Docs See [godoc](https://godoc.org/github.com/farcaller/gonix) for API and examples.