package build_path_prefix_map

  1. Overview
  2. Docs
An OCaml implementation of the BUILD_PATH_PREFIX_MAP specification

Install

Dune Dependency

Authors

Maintainers

Sources

archive.tar.gz
sha256=cc2f16803cd1086937320069374e328c34509ed531e8175ffca4d670a73fdebc

CHANGES.md.html

v0.2 2017-12-10

  • I wrote a Crowbar fuzzer and found a minor issue with it when testing roundtrip conversions: decode_prefix would accept prefixes with : character, which breaks the roundtrip property. Also from Marrakech. (Gabriel Scherer)

v0.1 2017-12-04

  • Initial implementation, motivated by Ximin Luo during the Mirage retreat in Marrakech. (Gabriel Scherer)