package yocaml_yaml
Yocaml plugin for dealing with Yaml as metadata provider
Install
Dune Dependency
Authors
Maintainers
Sources
yocaml-2.3.0.tbz
sha256=216c47d4d954a1e210437101a46736a09fb2e198baf12657c13ade8f24aab7cb
sha512=3bef1e6e93644f860d5b4e72b392530eb0d5ba0ae2cabe198b85b90b92cfd2ad19ff0416d77d46760bcd63b9561c409ef1ecfb11ccacef8e474e7a231234b623
doc/yocaml_yaml/Yocaml_yaml/index.html
Module Yocaml_yaml
Source
Plugin for describing metadata with Yaml, based on the Yaml package.
The type that describes the data provider
Reading file with metadata
Just as the Yocaml
package describes a low-level interface for propagating effects, the Yocaml.Eff
module, and an interface for composing arrows, via the Yocaml.Pipeline
module, the plugin describes two sub-modules to serve the same needs.
module Eff : sig ... end
Describes the low-level interface for reading a file and parsing its metadata described by the type t
.
module Pipeline : sig ... end
Describes the arrowized interface for reading a file and parsing its metadata.
Data Provider
As it is possible to describe metadata as a Data_provider
.
Produces a type t
value from a string.
Converts a value of type t
into a value of type Yocaml.Data.t
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page