We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210ec69 commit dbc5513Copy full SHA for dbc5513
1 file changed
src-opam/distro.mli
@@ -305,9 +305,9 @@ val bubblewrap_version : t -> (int * int * int) option
305
val gcc_version : t -> (int * int) option
306
(** [gcc_version t] returns the default version of gcc shipped on that
307
distribution (i.e. what [gcc --version] reports after installing the
308
- distribution's [gcc] / [gcc-c++] package). Returns [None] for distros
309
- where gcc is not the default compiler (Windows, Cygwin) or where the
310
- image is no longer pullable from Docker Hub. *)
+ distribution's [gcc] / [gcc-c++] package). Returns [None] for distros where
+ gcc is not the default compiler (Windows, Cygwin) or where the image is no
+ longer pullable from Docker Hub. *)
311
312
(** {2 Docker Hub addresses} *)
313
0 commit comments