package jsonfeed

  1. Overview
  2. No Docs
JSON Feed format parser and serializer for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jsonfeed-1.1.0.tbz
md5=43c68cd44bd4d9b9617601f72dce9ecf
sha512=1e2458100d8a5f34b36b45eadc7868968fae222500525f782015e64f4ded8c91db081e4ef761bc74ab1ac632ec060f46bcb051b6d5ea9e10e73e025d93bafdff

Description

This library implements the JSON Feed specification (version 1.1) for OCaml. JSON Feed is a syndication format similar to RSS and Atom, but using JSON instead of XML. The library provides type-safe parsing and serialization using Jsonm and Ptime.

Published: 13 Nov 2025

Dependencies (5)

  1. bytesrw
  2. ptime >= "1.2.0"
  3. jsont >= "0.2.0"
  4. ocaml >= "5.2.0"
  5. dune >= "3.18"

Dev Dependencies (2)

  1. alcotest with-test & >= "1.5.0"
  2. odoc with-doc

Used by

None

Conflicts

None