https://github.com/triton/triton-software-distribution
https://github.com/triton/triton-software-distribution
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/triton/triton-software-distribution
- Owner: triton
- License: mit
- Created: 2022-07-14T05:15:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T08:01:53.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T10:42:43.484Z (4 months ago)
- Language: Nix
- Size: 80.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
Triton Software Distribution
============================Triton is a collection of packages for the [Nix](https://nixos.org/nix/) package
manager.##### Discussion Channels
* [Matrix](https://matrix.org) Community: `+triton:matrix.org`[Documentation](https://triton.github.io/triton/)
##### Legacy Documentation
* [Documentation (Nix Expression Language chapter)](https://nixos.org/nix/manual/#ch-expression-language)
* [Manual (How to write packages for Nix)](https://nixos.org/nixpkgs/manual/)
* [Nix Wiki](https://nixos.org/wiki/)##### Supported Platforms `(not all platforms implemented)`
+ `ARM` requires: `NEON`, `VFPv3+` (aka. armv7+)
* `armv7l-linux` WIP
* `armv8l-linux` WIP
* `aarch64-linux` WIP
+ `x86` requires: `MMX`,`SSE`,`SSE2`,`SSE3`,`SSSE3`,`SSE4`,`SSE4.1`,`SSE4.2`,`AES`
(aka. at least Intel Westmere, AMD 15h, or VIA Eden x4)
* `i686-linux` (libs only)
* `x86_64-linux`
+ `POWER` requires: POWER8+
* `powerpc64le-linux` Incomplete