lix/perl
John Ericson 903700c5e1 Simplify ContentAddress
Whereas `ContentAddressWithReferences` is a sum type complex because different
varieties support different notions of reference, and
`ContentAddressMethod` is a nested enum to support that,
`ContentAddress` can be a simple pair of a method and hash.

`ContentAddress` does not need to be a sum type on the outside because
the choice of method doesn't effect what type of hashes we can use.

Co-Authored-By: Cale Gibbard <cgibbard@gmail.com>
2023-07-07 07:30:01 -04:00
..
lib/Nix Simplify ContentAddress 2023-07-07 07:30:01 -04:00
configure.ac Document libsodium, which is now mandatory, as a dependency 2021-11-27 23:11:11 +01:00
local.mk Apply OS checks to host platform, not build 2021-06-23 15:00:36 +00:00
Makefile Fix building with GCC 9 2023-02-10 18:38:57 +01:00
Makefile.config.in Apply OS checks to host platform, not build 2021-06-23 15:00:36 +00:00
MANIFEST * Include the Nix Perl bindings in Nix itself. This will allow the 2011-10-10 18:12:40 +00:00