package yocaml_yaml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Yocaml plugin for dealing with Yaml as metadata provider
Install
dune-project
Dependency
Authors
Maintainers
Sources
yocaml-2.8.0.tbz
sha256=f14c1b2329b5440ba0091faf14709f7394f8274140f5db799ec260ac9caead66
sha512=9ab1f2968fb0cfe69acc7b530a43695938746c8a8489594cb637a212a1b73dbcef08012e3a75eb8fd86cd6cb70932c78f8a4bc64244b793a5b1874ec23f55ca4
doc/yocaml_yaml/Yocaml_yaml/Eff/index.html
Module Yocaml_yaml.Eff
Describes the low-level interface for reading a file and parsing its metadata described by the type t.
Source
val read_file_with_metadata :
(module Yocaml.Required.DATA_READABLE with type t = 'a) ->
?extraction_strategy:Yocaml.Metadata.extraction_strategy ->
?snapshot:bool ->
on:[ `Source | `Target ] ->
Yocaml.Path.t ->
('a * string) Yocaml.Eff.tThe analogous function of Yocaml.Eff.read_file_with_metadata, not requiring a DATA_PROVIDER.
Source
val read_file_as_metadata :
(module Yocaml.Required.DATA_READABLE with type t = 'a) ->
?snapshot:bool ->
on:[ `Source | `Target ] ->
Yocaml.Path.t ->
'a Yocaml.Eff.tThe analogous function of Yocaml.Eff.read_file_as_metadata, not requiring a DATA_PROVIDER.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>