1 { lib, buildDunePackage, fetchurl }:
4 minimalOCamlVersion = "4.06";
10 "https://github.com/let-def/owee/releases/download/v${version}/owee-${version}.tbz";
11 hash = "sha256-9FXcmddHg5mk5UWgYd4kTPOLOY/p6A/OBuvfas4elUA=";
15 description = "Experimental OCaml library to work with DWARF format";
16 homepage = "https://github.com/let-def/owee/";
17 license = licenses.mit;
18 maintainers = with maintainers; [ vbgl alizter ];