package yocaml_yaml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Yocaml plugin for dealing with Yaml as metadata provider
Install
dune-project
Dependency
Authors
Maintainers
Sources
yocaml-3.0.0.tbz
sha256=c5237c5f345f76c829fd9f4ec5fcd05051e6f4372b24ecf798a48c2649ce9a0e
sha512=babeab686e031160882b739f07773bf1a2ae94a10de8992a4d812b35a487a353c2d3d915ac17fe74b7961570984c62d022c9108aa72562b5d81f93829ef62576
doc/yocaml_yaml/Yocaml_yaml/index.html
Module Yocaml_yamlSource
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 ... endDescribes the low-level interface for reading a file and parsing its metadata described by the type t.
module Pipeline : sig ... endDescribes 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