+22
-14
example/feed_example.ml
+22
-14
example/feed_example.ml
··················
+16
-12
example/feed_parser.ml
+16
-12
example/feed_parser.ml
······
+10
-10
example/feed_validator.ml
+10
-10
example/feed_validator.ml
·····················
+49
-2
lib/attachment.ml
+49
-2
lib/attachment.ml
······+let make ~url ~mime_type ?title ?size_in_bytes ?duration_in_seconds ?(unknown = Unknown.empty) () =···+enc = fun (type acc) (f : Jsont.Meta.t -> string -> Jsont.json -> acc -> acc) unknown (acc : acc) ->
+51
-16
lib/attachment.mli
+51
-16
lib/attachment.mli
·········
+7
lib/cito.ml
+7
lib/cito.ml
···
+9
lib/cito.mli
+9
lib/cito.mli
···
+1
-1
lib/dune
+1
-1
lib/dune
+43
-2
lib/hub.ml
+43
-2
lib/hub.ml
···+enc = fun (type acc) (f : Jsont.Meta.t -> string -> Jsont.json -> acc -> acc) unknown (acc : acc) ->
+41
-5
lib/hub.mli
+41
-5
lib/hub.mli
·········
+116
-36
lib/item.ml
+116
-36
lib/item.ml
···············+enc = fun (type acc) (f : Jsont.Meta.t -> string -> Jsont.json -> acc -> acc) unknown (acc : acc) ->
+51
-129
lib/item.mli
+51
-129
lib/item.mli
·········
+104
-490
lib/jsonfeed.ml
+104
-490
lib/jsonfeed.ml
············+enc = fun (type acc) (f : Jsont.Meta.t -> string -> Jsont.json -> acc -> acc) unknown (acc : acc) ->···
+81
-292
lib/jsonfeed.mli
+81
-292
lib/jsonfeed.mli
·········
+47
-1
lib/reference.ml
+47
-1
lib/reference.ml
······+enc = fun (type acc) (f : Jsont.Meta.t -> string -> Jsont.json -> acc -> acc) unknown (acc : acc) ->
+46
-12
lib/reference.mli
+46
-12
lib/reference.mli
·········
+25
lib/rfc3339.ml
+25
lib/rfc3339.ml
···
+45
lib/rfc3339.mli
+45
lib/rfc3339.mli
···
+25
-18
test/test_jsonfeed.ml
+25
-18
test/test_jsonfeed.ml
·········Alcotest.(check (option string)) "content_html" (Some "<p>Hello</p>") (Item.content_html item)·········
+4
-1
test/test_serialization.ml
+4
-1
test/test_serialization.ml
···