1
2
3
4
5
6
7
8
9
10
11
12
|
# How this tree is displayed by source-forge (sources.profpatsch.de).
# See `man source-forge`, section FILES.
description = A Nix language evaluator and derivation builder written in Go, inside a fork of <a href="https://git.lix.systems/lix-project/lix">Lix</a>.
# The Go code is the point of this repository, but it sits under gonix/ in a
# tree whose other ~2800 files are Lix's C++. Without these, the front page
# listing is dominated by doc/, lix/, tests/ and misc/, and a visitor has to
# know in advance which single directory is ours.
shortcut = gonix
shortcut = gonix/eval
shortcut = gonix/builder
|