13 url = "https://github.com/ocaml-dune/csexp/releases/download/${version}/csexp-${version}.tbz";
14 hash = "sha256-GhTdBLtDeaQZkCSFUGKMd5E6nAfzw1wTcLaWDml3h/8=";
17 minimalOCamlVersion = "4.03";
24 description = "Minimal support for Canonical S-expressions";
25 homepage = "https://github.com/ocaml-dune/csexp";
26 changelog = "https://github.com/ocaml-dune/csexp/raw/${version}/CHANGES.md";
27 license = licenses.mit;