@@ -45,81 +45,24 @@ competitors if your project requires:
4545
4646## Documentation
4747
48- - [ Design] ( ./docs/design.md ) ,
49- - [ Compiler] ( ./docs/compiler.md ) ,
50- - [ Codegen] ( ./docs/codegen.md ) ,
51- - [ Comparison matrix] ( ./docs/comparison-matrix.md ) ,
52- - [ User feedback] ( .docs/feedback )
48+ Visit [ LambdaBuffers Github Pages] ( https://mlabs-haskell.github.io/lambda-buffers ) .
5349
54- ## Getting started
50+ ## Acknowledgements
5551
56- ### Installing Nix
52+ This project was graciously funded by the Cardano Treasury in [ Catalyst Fund 9 ] ( https://cardano.ideascale.com/c/idea/421376 ) .
5753
58- This repository relies heavily on the [ Nix Package
59- Manager] ( https://nixos.org/download.html ) for both development and package
60- distribution.
54+ Authors:
6155
62- To install run the following command:
56+ - [ Drazen Popovic] ( https://github.com/bladyjoker )
57+ - [ Vlad Posmangiu Luchian] ( https://github.com/cstml )
58+ - [ Sean Hunter] ( https://github.com/gnumonik )
6359
64- ``` sh
65- sh <( curl -L https://nixos.org/nix/install) --daemon
66- ```
60+ Contributors:
6761
68- and follow the instructions.
69-
70- ``` sh
71- $ nix --version
72- nix (Nix) 2.8.0
73- ```
74-
75- > NOTE: The repository should work with Nix version greater or equal to 2.8.0.
76-
77- Make sure to enable [ Nix Flakes] ( https://nixos.wiki/wiki/Flakes#Enable_flakes )
78- and IFD by editing either ` ~/.config/nix/nix.conf ` or ` /etc/nix/nix.conf ` on
79- your machine and add the following configuration entries:
80-
81- ``` yaml
82- experimental-features = nix-command flakes
83- allow-import-from-derivation = true
84- ```
85-
86- Optionally, to improve build speed, it is possible to set up a binary caches
87- maintained by IOHK and Plutonomicon by setting additional configuration entries:
88-
89- ``` yaml
90- substituters = https://cache.nixos.org https://iohk.cachix.org https://cache.iog.io https://public-plutonomicon.cachix.org
91- trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= public-plutonomicon.cachix.org-1:3AKJMhCLn32gri1drGuaZmFrmnue+KkKrhhubQk/CWc=
92- ```
93-
94- ### Building and development
95-
96- To facilitate seamlessly moving between directories and associated Nix
97- development shells we use [ direnv] ( https://direnv.net ) and
98- [ nix-direnv] ( https://github.com/nix-community/nix-direnv ) :
99-
100- To install both using ` nixpkgs ` :
101-
102- ``` sh
103- nix profile install nixpkgs#direnv
104- nix profile install nixpkgs#nix-direnv
105- ```
106-
107- Your shell and editors should pick up on the ` .envrc ` files in different
108- directories and prepare the environment accordingly. Use ` direnv allow ` to
109- enable the direnv environment and ` direnv reload ` to reload it when necessary.
110-
111- Additionally, throughout the repository one can use:
112-
113- ``` sh
114- $ pre-commit run --all
115- cabal-fmt............................................(no files to check)Skipped
116- fourmolu.................................................................Passed
117- hlint....................................................................Passed
118- markdownlint.............................................................Passed
119- nix-linter...............................................................Passed
120- nixpkgs-fmt..............................................................Passed
121- shellcheck...........................................(no files to check)Skipped
122- typos....................................................................Passed
123- ```
124-
125- To run all the code quality tooling specified in the [ pre-commit-check config file] ( ./pre-commit.nix )
62+ - [ George Flerovsky] ( https://github.com/GeorgeFlerovsky )
63+ - [ Andrea Ciceri] ( https://github.com/aciceri )
64+ - [ Julia Chatain] ( https://juliachatain.com )
65+ - [ Andrea Vezzosi] ( https://github.com/saizan )
66+ - [ Magnus Viernickel] ( https://github.com/MangoIV )
67+ - [ Rajdeep Chase Maity] ( https://github.com/TotallyNotChase )
68+ - [ Ramiro Garay] ( https://github.com/rmgaray )
0 commit comments