package jekyll-format

  1. Overview
  2. Docs
Jekyll post parsing library

Install

Dune Dependency

Authors

Maintainers

Sources

jekyll-format-0.3.3.tbz
sha256=c197b6dcff4f0f85fea2405fa8ef7629745c4e59da80ad42bd50d9e9b0a92fc5
sha512=f3a0c971f64d942f46e87d9472a5d98a8d6c8c908c2631930c199685d1d358d5aec846e36ebe8a15306178dec6fc3518e405aae66aaf63556a9631e745886f25

CHANGES.md.html

v0.3.3 2023-11-04 Cambridge

  • Remove unnecessary dependency on omd.

v0.3.2 2022-11-19 Cambridge

  • Remove dependency on Result.result and just use result. Bumps up the minimum OCaml version to 4.08+.

v0.3.1 2022-05-25 Cambridge

  • Use non-deprecated Fmt interfaces (Fmt.any, Fmt.unit, Fmt.str)

  • Update dune/opam builds to dune 2.9 format

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.