dune-release
Release dune packages in opam
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library dune_release
Descr file
val of_string : string -> ( t, Bos_setup.R.msg ) Bos_setup.result
of_string s
is a description from the string s
.
val to_string : t -> string
to_string d
is d
as a string.
val of_readme :
?flavour:Text.flavour ->
string ->
( t, Bos_setup.R.msg ) Bos_setup.result
of_readme r
extracts an opam description file from a readme r
with a certain structure.
val of_readme_file : Fpath.t -> ( t, Bos_setup.R.msg ) Bos_setup.result
of_readme_file f
extracts an opam description file from a readme file f
using Text.flavour_of_fpath
and of_readme
.