package opam-file-format
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Parser and printer for the opam file syntax
Install
dune-project
Dependency
Authors
Maintainers
Sources
2.1.3.tar.gz
md5=b805562dd2d86fc3c8e6d47884fd1da6
sha512=90da53a2b19eb97c17ec71d3ac00969863ef3458f421189413b3ec2d96f8822da9fba51ef95f55064bbb17f1729104a1fe4fed1d61d5006568b53165f0c6931f
doc/opam-file-format/OpamParserTypes/index.html
Module OpamParserTypesSource
Defines the types for the opam format lexer and parser
Type definitions used by the legacy and the new full position modules
Relational operators
Logical operators
Prefix operators
Environment variable update operators
Source
type value = | Bool of pos * bool| Int of pos * int| String of pos * string| Relop of pos * relop * value * value| Prefix_relop of pos * relop * value| Logop of pos * logop * value * value| Pfxop of pos * pfxop * value| Ident of pos * string| List of pos * value list| Group of pos * value list| Option of pos * value * value list| Env_binding of pos * value * env_update_op * value
Source
type opamfile_section = {section_kind : string;section_name : string option;section_items : opamfile_item list;
} sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>