diff options
Diffstat (limited to 'tvix/website/landing-en.md')
-rw-r--r-- | tvix/website/landing-en.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tvix/website/landing-en.md b/tvix/website/landing-en.md index b6419b6342c1..4537fc7f2a3b 100644 --- a/tvix/website/landing-en.md +++ b/tvix/website/landing-en.md @@ -12,11 +12,13 @@ Tvix is developed as a GPLv3-licensed open-source project by There are several projects within Tvix, such as: +* `//tvix/castore` - subtree storage/transfer in a content-addressed fashion +* `//tvix/cli` - preliminary REPL & CLI implementation for Tvix * `//tvix/eval` - an implementation of the Nix programming language -* `//tvix/store` - filesystem subtree storage/transfer in a content-addressed fashion -* `//tvix/serde` - a Rust library for using the Nix language for config files -* `//tvix/nix-compat` - a Rust library for compatibility with C++ Nix - features like encodings and hashing schemes +* `//tvix/nar-bridge` - a HTTP webserver providing a Nix HTTP Binary Cache interface in front of a tvix-store +* `//tvix/nix-compat` - a Rust library for compatibility with C++ Nix, features like encodings and hashing schemes and formats +* `//tvix/serde` - a Rust library for using the Nix language for app configuration +* `//tvix/store` - a "filesystem" linking Nix store paths and metadata with the content-addressed layer * ... and a handful others! The language evaluator can be toyed with in [Tvixbolt][], and you can check out |