13 url = "https://github.com/mirage/ocaml-tar/releases/download/v${version}/tar-${version}.tbz";
14 hash = "sha256-yv8MtwRjQ+K/9/wPkhfk4xI1VV5MSIn7GUeSmFtvse4=";
17 minimalOCamlVersion = "4.08";
19 propagatedBuildInputs = [
28 description = "Decode and encode tar format files in pure OCaml";
29 homepage = "https://github.com/mirage/ocaml-tar";
30 license = lib.licenses.mit;
31 maintainers = [ lib.maintainers.ulrikstrid ];