package jekyll-format

  1. Overview
  2. Docs
Jekyll post parsing library

Install

Dune Dependency

Authors

Maintainers

Sources

jekyll-format-v0.3.0.tbz
sha256=129fb63081b8dee1f4d44f5e8ef28d9e4fe8d7661f6371d35d1ee8038e1c792a
sha512=9da5a2e1f3c5e294ccc99d5f211d999042bada44e907ef4d89935f2b04b20368a472af66f210e29292a442909e0becf563b6fc976de4596cede73c8c051a3212

CHANGES.md.html

v0.3.0 2021-08-05 Cambridge

  • Shift to Yaml 3.0.0+ interface with separate Yaml_sexp module (@avsm #6)

v0.2.0 2021-04-25 Cambridge

  • Add a fields_to_yaml function to convert the internal field data representation to a Yaml.value (#2 @patricoferris)

  • find now returns a Yaml.value option rather than a string option (#1 @patricoferris)

  • port to dune (@avsm)

  • use Yaml library to parse front matter instead of a homebrew parser. (@avsm)

  • use ocamlformat 0.18.0 (@avsm)

  • minimum OCaml version supported is now 4.05+ (@avsm)

v0.1.0 2016-11-04 Cambridge

Initial public release.