No description
Find a file
2023-10-31 13:28:08 +01:00
app Add Encode typeclass 2023-10-17 15:27:39 +02:00
src lib: Make generic FilePack of any encodable type 2023-10-31 13:28:08 +01:00
test Add Encode typeclass 2023-10-17 15:27:39 +02:00
.envrc Instantiate haskell template 2023-10-09 18:45:47 +02:00
.gitignore Instantiate haskell template 2023-10-09 18:45:47 +02:00
filepack.cabal Add Encode typeclass 2023-10-17 15:27:39 +02:00
flake.lock Instantiate haskell template 2023-10-09 18:45:47 +02:00
flake.nix Instantiate haskell template 2023-10-09 18:45:47 +02:00
fourmolu.yaml Add fourmolu configuration 2023-10-18 09:08:04 +02:00
package.yaml Add Encode typeclass 2023-10-17 15:27:39 +02:00
README.org Instantiate haskell template 2023-10-09 18:45:47 +02:00

FilePack - A library and tool to bundle up files

What is it?

Throughout this chapter, youll work through building a library for a tool called filepack. The FilePack library that we build will allow users to create archives of files that can be saved to disk, stored in a database, or sent over the internet. The examples you build as you work through this chapter will only support the programmatic creation and extraction of archives, but you are encouraged to create a complete application around this library as an additional example.