13 buildDunePackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-SM55m5NIaQ2UKAtznNFSt3LN4QA7As0DyTxVeQjOTjI=";
24 minimalOCamlVersion = "4.08";
26 propagatedBuildInputs = [
36 description = "Dynamic type representations. Provides no stability guarantee";
37 homepage = "https://github.com/mirage/repr";
38 license = licenses.isc;
39 maintainers = with maintainers; [ sternenseemann ];