File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ val build_option_section: string
114
114
(* * Build options *)
115
115
val build_options : build_options Term .t
116
116
117
- (* * Instal and reinstall options *)
117
+ (* * Install and reinstall options *)
118
118
val assume_built : bool Term .t
119
119
120
120
(* * Applly build options *)
Original file line number Diff line number Diff line change 186
186
187
187
(* * I - Raw text files (no parsing) *)
188
188
189
- (* * Compiler and package description files
190
- (<repo>/packages/.../descr, <repo>/compilers /.../<v>. descr):
191
- one-line title and content *)
189
+ (* * Compiler and package description opam file fields: one-line title and
190
+ content. Formerly, ( <repo>/packages /.../descr,
191
+ <repo>/compilers/.../<v>.descr) *)
192
192
193
193
module DescrIO = struct
194
194
@@ -1849,7 +1849,8 @@ module Repo = struct
1849
1849
end
1850
1850
1851
1851
1852
- (* * Package url files (<repo>/packages/.../url) *)
1852
+ (* * Package url field in opam file. Formerly, file
1853
+ (<repo>/packages/.../url) *)
1853
1854
1854
1855
module URLSyntax = struct
1855
1856
Original file line number Diff line number Diff line change @@ -77,16 +77,16 @@ val opam: 'a switch_state -> package -> OpamFile.OPAM.t
77
77
any *)
78
78
val opam_opt : 'a switch_state -> package -> OpamFile.OPAM .t option
79
79
80
- (* * Return the URL file for the given package *)
80
+ (* * Return the URL field for the given package *)
81
81
val url : 'a switch_state -> package -> OpamFile.URL .t option
82
82
83
- (* * Returns the primary URL from the URL file of the given package *)
83
+ (* * Returns the primary URL from the URL field of the given package *)
84
84
val primary_url : 'a switch_state -> package -> url option
85
85
86
- (* * Return the Descr file for the given package (or an empty descr if none) *)
86
+ (* * Return the descr field for the given package (or an empty descr if none) *)
87
87
val descr : 'a switch_state -> package -> OpamFile.Descr .t
88
88
89
- (* * Return the Descr file for the given package *)
89
+ (* * Return the descr field for the given package *)
90
90
val descr_opt : 'a switch_state -> package -> OpamFile.Descr .t option
91
91
92
92
(* * Returns the full paths of overlay files under the files/ directory *)
You can’t perform that action at this time.
0 commit comments