File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 72
72
location. Mail < a href ="mailto:curl-release@haxx.se "> curl-release</ a > and
73
73
tell us!
74
74
75
+ < p >
76
+ < table >
77
+ < tr class ="tabletop ">
78
+ < th > type </ th >
79
+ < th > description </ th >
80
+ </ tr >
81
+ < tr > < td > < b > tool</ b > </ td >
82
+ < td > The command line tool. libcurl may then be provided either linked
83
+ statically or included linked dynamically.</ td > < tr >
84
+ </ tr >
85
+ < tr > < td > < b > libcurl</ b > </ td >
86
+ < td > libcurl without the command line tool.</ td > < tr >
87
+ </ tr >
88
+ < tr > < td > < b > devel</ b > </ td >
89
+ < td > libcurl and headers, suitable for application developers to work
90
+ with.</ td > < tr >
91
+ </ tr >
92
+ < tr > < td > < b > source</ b > </ td >
93
+ < td > curl and libcurl full source code, possibly adjusted for the particular
94
+ surrounding the package is made for</ td > < tr >
95
+ </ tr >
96
+ </ table >
75
97
SUBTITLE(Official curl docker images)
76
98
< p >
77
99
The official curl docker images are available at:
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ sub show {
143
143
144
144
my %shown ;
145
145
146
- my %typelong =(' bin' => ' <b>binary </b>' ,
146
+ my %typelong =(' bin' => ' <b>tool </b>' ,
147
147
' devel' => ' devel' ,
148
148
' source' => ' source' ,
149
149
' lib' => ' libcurl' );
You can’t perform that action at this time.
0 commit comments