1 { lib, buildDunePackage, fetchFromGitHub, base64, either, fmt, jsonm, uutf, optint }:
7 src = fetchFromGitHub {
11 hash = "sha256-SM55m5NIaQ2UKAtznNFSt3LN4QA7As0DyTxVeQjOTjI=";
14 minimalOCamlVersion = "4.08";
16 propagatedBuildInputs = [
26 description = "Dynamic type representations. Provides no stability guarantee";
27 homepage = "https://github.com/mirage/repr";
28 license = licenses.isc;
29 maintainers = with maintainers; [ sternenseemann ];