Backport from sid to buster
[hcoop/debian/mlton.git] / debian / control
1 Source: mlton
2 Section: devel
3 Priority: optional
4 Maintainer: Wesley W. Terpstra <terpstra@debian.org>
5 Build-Depends: mlton-compiler, mlton-tools, libgmp-dev, debhelper (>= 10.0.0), cdbs (>= 0.4.52), quilt, binutils (>= 2.21.51.201104) [mips mipsel], gcc (>= 4:4.6.0-5) [mips mipsel], procps, texlive-latex-base, asciidoc, python-pygments, graphicsmagick, dblatex, ca-certificates
6 Standards-Version: 4.1.4
7
8 Package: mlton
9 Architecture: all
10 Multi-Arch: foreign
11 Depends: ${misc:Depends}, mlton-compiler (>= ${source:Version}), mlton-compiler (<< ${source:Version}.1~), mlton-tools (>= ${source:Version}), mlton-tools (<< ${source:Version}.1~)
12 Recommends: mlton-doc (= ${source:Version})
13 Homepage: http://mlton.org/
14 Description: Optimizing compiler for Standard ML
15 MLton is a whole-program optimizing compiler
16 for Standard ML. MLton generates standalone
17 executables with excellent runtime performance,
18 is SML 97 compliant, and has a complete basis
19 library. MLton has source-level profiling,
20 a fast C FFI, an interface to the GNU
21 multiprecision library, and lots of useful
22 libraries.
23 .
24 This metapackage depends on all MLton packages.
25
26 Package: mlton-basis
27 Architecture: all
28 Multi-Arch: foreign
29 Depends: ${misc:Depends}
30 Breaks: mlton (<< 20100608-3)
31 Replaces: mlton (<< 20100608-3)
32 Homepage: http://mlton.org/
33 Description: Optimizing compiler for Standard ML - basis library
34 MLton is a whole-program optimizing compiler
35 for Standard ML. MLton generates standalone
36 executables with excellent runtime performance,
37 is SML 97 compliant, and has a complete basis
38 library. MLton has source-level profiling,
39 a fast C FFI, an interface to the GNU
40 multiprecision library, and lots of useful
41 libraries.
42 .
43 This package includes the cross-platform basis.
44
45 Package: mlton-doc
46 Section: doc
47 Architecture: all
48 Multi-Arch: foreign
49 Depends: ${misc:Depends}
50 Breaks: mlton (<< 20100608-3)
51 Replaces: mlton (<< 20100608-3)
52 Homepage: http://mlton.org/
53 Description: Optimizing compiler for Standard ML - documentation
54 MLton is a whole-program optimizing compiler
55 for Standard ML. MLton generates standalone
56 executables with excellent runtime performance,
57 is SML 97 compliant, and has a complete basis
58 library. MLton has source-level profiling,
59 a fast C FFI, an interface to the GNU
60 multiprecision library, and lots of useful
61 libraries.
62 .
63 This package includes non-man-page documentation.
64
65 Package: mlton-compiler
66 Architecture: alpha amd64 arm64 armel armhf hppa i386 kfreebsd-i386 kfreebsd-amd64 mips64el mips mipsel powerpc ppc64el riscv64 s390x sparc
67 Multi-Arch: foreign
68 Depends: ${shlibs:Depends}, ${misc:Depends}, gcc, libc6-dev, libgmp-dev, mlton-basis (= ${source:Version}), mlton-runtime-native (= ${binary:Version}) | mlton-runtime
69 Breaks: mlton (<< 20100608-3)
70 Replaces: mlton (<< 20100608-3)
71 Homepage: http://mlton.org/
72 Description: Optimizing compiler for Standard ML - compiler
73 MLton is a whole-program optimizing compiler
74 for Standard ML. MLton generates standalone
75 executables with excellent runtime performance,
76 is SML 97 compliant, and has a complete basis
77 library. MLton has source-level profiling,
78 a fast C FFI, an interface to the GNU
79 multiprecision library, and lots of useful
80 libraries.
81 .
82 This package includes the compiler itself.
83
84 Package: mlton-tools
85 Architecture: alpha amd64 arm64 armel armhf hppa i386 kfreebsd-i386 kfreebsd-amd64 mips64el mips mipsel powerpc ppc64el riscv64 s390x sparc
86 Multi-Arch: foreign
87 Depends: ${shlibs:Depends}, ${misc:Depends}
88 Breaks: mlton (<< 20100608-3)
89 Replaces: mlton (<< 20100608-3)
90 Homepage: http://mlton.org/
91 Description: Optimizing compiler for Standard ML - tools
92 MLton is a whole-program optimizing compiler
93 for Standard ML. MLton generates standalone
94 executables with excellent runtime performance,
95 is SML 97 compliant, and has a complete basis
96 library. MLton has source-level profiling,
97 a fast C FFI, an interface to the GNU
98 multiprecision library, and lots of useful
99 libraries.
100 .
101 This package includes tools which autogenerate SML.
102
103 Package: mlton-runtime-native
104 Architecture: alpha amd64 arm64 armel armhf hppa i386 kfreebsd-i386 kfreebsd-amd64 mips64el mips mipsel powerpc ppc64el riscv64 s390x sparc
105 Depends: ${misc:Depends}, mlton-runtime-alpha-linux-gnu (= ${binary:Version}) [alpha] | mlton-runtime-x86-64-linux-gnu (= ${binary:Version}) [amd64] | mlton-runtime-aarch64-linux-gnu (= ${binary:Version}) [arm64] | mlton-runtime-arm-linux-gnueabi (= ${binary:Version}) [armel] | mlton-runtime-arm-linux-gnueabihf (= ${binary:Version}) [armhf] | mlton-runtime-hppa-linux-gnu (= ${binary:Version}) [hppa] | mlton-runtime-i486-linux-gnu (= ${binary:Version}) [i386] | mlton-runtime-i486-kfreebsd-gnu (= ${binary:Version}) [kfreebsd-i386] | mlton-runtime-x86-64-kfreebsd-gnu (= ${binary:Version}) [kfreebsd-amd64] | mlton-runtime-mips64el-linux-gnuabi64 (= ${binary:Version}) [mips64el] | mlton-runtime-mips-linux-gnu (= ${binary:Version}) [mips] | mlton-runtime-mipsel-linux-gnu (= ${binary:Version}) [mipsel] | mlton-runtime-powerpc-linux-gnu (= ${binary:Version}) [powerpc] | mlton-runtime-powerpc64le-linux-gnu (= ${binary:Version}) [ppc64el] | mlton-runtime-s390x-linux-gnu (= ${binary:Version}) [s390x] | mlton-runtime-sparc-linux-gnu (= ${binary:Version}) [sparc]
106 Homepage: http://mlton.org/
107 Description: Optimizing compiler for Standard ML - native runtime libraries
108 MLton is a whole-program optimizing compiler
109 for Standard ML. MLton generates standalone
110 executables with excellent runtime performance,
111 is SML 97 compliant, and has a complete basis
112 library. MLton has source-level profiling,
113 a fast C FFI, an interface to the GNU
114 multiprecision library, and lots of useful
115 libraries.
116 .
117 This metapackage depends on native target libraries.
118
119 Package: mlton-runtime-alpha-linux-gnu
120 Architecture: alpha
121 Multi-Arch: foreign
122 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
123 Provides: mlton-runtime
124 Homepage: http://mlton.org/
125 Description: Optimizing compiler for Standard ML - alpha runtime libraries
126 MLton is a whole-program optimizing compiler
127 for Standard ML. MLton generates standalone
128 executables with excellent runtime performance,
129 is SML 97 compliant, and has a complete basis
130 library. MLton has source-level profiling,
131 a fast C FFI, an interface to the GNU
132 multiprecision library, and lots of useful
133 libraries.
134 .
135 This package provides alpha target libraries.
136
137 Package: mlton-runtime-x86-64-linux-gnu
138 Architecture: amd64
139 Multi-Arch: foreign
140 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
141 Provides: mlton-runtime
142 Homepage: http://mlton.org/
143 Description: Optimizing compiler for Standard ML - amd64 runtime libraries
144 MLton is a whole-program optimizing compiler
145 for Standard ML. MLton generates standalone
146 executables with excellent runtime performance,
147 is SML 97 compliant, and has a complete basis
148 library. MLton has source-level profiling,
149 a fast C FFI, an interface to the GNU
150 multiprecision library, and lots of useful
151 libraries.
152 .
153 This package provides x86-64 target libraries.
154
155 Package: mlton-runtime-aarch64-linux-gnu
156 Architecture: arm64
157 Multi-Arch: foreign
158 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
159 Provides: mlton-runtime
160 Homepage: http://mlton.org/
161 Description: Optimizing compiler for Standard ML - arm64 runtime libraries
162 MLton is a whole-program optimizing compiler
163 for Standard ML. MLton generates standalone
164 executables with excellent runtime performance,
165 is SML 97 compliant, and has a complete basis
166 library. MLton has source-level profiling,
167 a fast C FFI, an interface to the GNU
168 multiprecision library, and lots of useful
169 libraries.
170 .
171 This package provides arm64 target libraries.
172
173 Package: mlton-runtime-arm-linux-gnueabi
174 Architecture: armel
175 Multi-Arch: foreign
176 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
177 Provides: mlton-runtime
178 Homepage: http://mlton.org/
179 Description: Optimizing compiler for Standard ML - armel runtime libraries
180 MLton is a whole-program optimizing compiler
181 for Standard ML. MLton generates standalone
182 executables with excellent runtime performance,
183 is SML 97 compliant, and has a complete basis
184 library. MLton has source-level profiling,
185 a fast C FFI, an interface to the GNU
186 multiprecision library, and lots of useful
187 libraries.
188 .
189 This package provides arm target libraries.
190
191 Package: mlton-runtime-arm-linux-gnueabihf
192 Architecture: armhf
193 Multi-Arch: foreign
194 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
195 Provides: mlton-runtime
196 Homepage: http://mlton.org/
197 Description: Optimizing compiler for Standard ML - armhf runtime libraries
198 MLton is a whole-program optimizing compiler
199 for Standard ML. MLton generates standalone
200 executables with excellent runtime performance,
201 is SML 97 compliant, and has a complete basis
202 library. MLton has source-level profiling,
203 a fast C FFI, an interface to the GNU
204 multiprecision library, and lots of useful
205 libraries.
206 .
207 This package provides armhf target libraries.
208
209 Package: mlton-runtime-hppa-linux-gnu
210 Architecture: hppa
211 Multi-Arch: foreign
212 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
213 Provides: mlton-runtime
214 Homepage: http://mlton.org/
215 Description: Optimizing compiler for Standard ML - hppa runtime libraries
216 MLton is a whole-program optimizing compiler
217 for Standard ML. MLton generates standalone
218 executables with excellent runtime performance,
219 is SML 97 compliant, and has a complete basis
220 library. MLton has source-level profiling,
221 a fast C FFI, an interface to the GNU
222 multiprecision library, and lots of useful
223 libraries.
224 .
225 This package provides hppa target libraries.
226
227 Package: mlton-runtime-i486-linux-gnu
228 Architecture: i386
229 Multi-Arch: foreign
230 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
231 Provides: mlton-runtime
232 Homepage: http://mlton.org/
233 Description: Optimizing compiler for Standard ML - i386 runtime libraries
234 MLton is a whole-program optimizing compiler
235 for Standard ML. MLton generates standalone
236 executables with excellent runtime performance,
237 is SML 97 compliant, and has a complete basis
238 library. MLton has source-level profiling,
239 a fast C FFI, an interface to the GNU
240 multiprecision library, and lots of useful
241 libraries.
242 .
243 This package provides i486 target libraries.
244
245 Package: mlton-runtime-i486-kfreebsd-gnu
246 Architecture: kfreebsd-i386
247 Multi-Arch: foreign
248 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
249 Provides: mlton-runtime
250 Homepage: http://mlton.org/
251 Description: Optimizing compiler for Standard ML - kfreebsd-i386 runtime libraries
252 MLton is a whole-program optimizing compiler
253 for Standard ML. MLton generates standalone
254 executables with excellent runtime performance,
255 is SML 97 compliant, and has a complete basis
256 library. MLton has source-level profiling,
257 a fast C FFI, an interface to the GNU
258 multiprecision library, and lots of useful
259 libraries.
260 .
261 This package provides kfreebsd i386 target libraries.
262
263 Package: mlton-runtime-x86-64-kfreebsd-gnu
264 Architecture: kfreebsd-amd64
265 Multi-Arch: foreign
266 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
267 Provides: mlton-runtime
268 Homepage: http://mlton.org/
269 Description: Optimizing compiler for Standard ML - kfreebsd-amd64 runtime libraries
270 MLton is a whole-program optimizing compiler
271 for Standard ML. MLton generates standalone
272 executables with excellent runtime performance,
273 is SML 97 compliant, and has a complete basis
274 library. MLton has source-level profiling,
275 a fast C FFI, an interface to the GNU
276 multiprecision library, and lots of useful
277 libraries.
278 .
279 This package provides kfreebsd amd64 target libraries.
280
281 Package: mlton-runtime-mips64el-linux-gnuabi64
282 Architecture: mips64el
283 Multi-Arch: foreign
284 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
285 Provides: mlton-runtime
286 Homepage: http://mlton.org/
287 Description: Optimizing compiler for Standard ML - mips64el runtime libraries
288 MLton is a whole-program optimizing compiler
289 for Standard ML. MLton generates standalone
290 executables with excellent runtime performance,
291 is SML 97 compliant, and has a complete basis
292 library. MLton has source-level profiling,
293 a fast C FFI, an interface to the GNU
294 multiprecision library, and lots of useful
295 libraries.
296 .
297 This package provides mips64el target libraries.
298
299 Package: mlton-runtime-mips-linux-gnu
300 Architecture: mips
301 Multi-Arch: foreign
302 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
303 Provides: mlton-runtime
304 Homepage: http://mlton.org/
305 Description: Optimizing compiler for Standard ML - mips runtime libraries
306 MLton is a whole-program optimizing compiler
307 for Standard ML. MLton generates standalone
308 executables with excellent runtime performance,
309 is SML 97 compliant, and has a complete basis
310 library. MLton has source-level profiling,
311 a fast C FFI, an interface to the GNU
312 multiprecision library, and lots of useful
313 libraries.
314 .
315 This package provides mips target libraries.
316
317 Package: mlton-runtime-mipsel-linux-gnu
318 Architecture: mipsel
319 Multi-Arch: foreign
320 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
321 Provides: mlton-runtime
322 Homepage: http://mlton.org/
323 Description: Optimizing compiler for Standard ML - mipsel runtime libraries
324 MLton is a whole-program optimizing compiler
325 for Standard ML. MLton generates standalone
326 executables with excellent runtime performance,
327 is SML 97 compliant, and has a complete basis
328 library. MLton has source-level profiling,
329 a fast C FFI, an interface to the GNU
330 multiprecision library, and lots of useful
331 libraries.
332 .
333 This package provides mipsel target libraries.
334
335 Package: mlton-runtime-powerpc-linux-gnu
336 Architecture: powerpc
337 Multi-Arch: foreign
338 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
339 Provides: mlton-runtime
340 Homepage: http://mlton.org/
341 Description: Optimizing compiler for Standard ML - powerpc runtime libraries
342 MLton is a whole-program optimizing compiler
343 for Standard ML. MLton generates standalone
344 executables with excellent runtime performance,
345 is SML 97 compliant, and has a complete basis
346 library. MLton has source-level profiling,
347 a fast C FFI, an interface to the GNU
348 multiprecision library, and lots of useful
349 libraries.
350 .
351 This package provides powerpc target libraries.
352
353 Package: mlton-runtime-powerpc64le-linux-gnu
354 Architecture: ppc64el
355 Multi-Arch: foreign
356 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
357 Provides: mlton-runtime
358 Homepage: http://mlton.org/
359 Description: Optimizing compiler for Standard ML - ppc64el runtime libraries
360 MLton is a whole-program optimizing compiler
361 for Standard ML. MLton generates standalone
362 executables with excellent runtime performance,
363 is SML 97 compliant, and has a complete basis
364 library. MLton has source-level profiling,
365 a fast C FFI, an interface to the GNU
366 multiprecision library, and lots of useful
367 libraries.
368 .
369 This package provides ppc64el target libraries.
370
371 Package: mlton-runtime-riscv64-linux-gnu
372 Architecture: riscv64
373 Multi-Arch: foreign
374 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
375 Provides: mlton-runtime
376 Homepage: http://mlton.org/
377 Description: Optimizing compiler for Standard ML - riscv64 runtime libraries
378 MLton is a whole-program optimizing compiler
379 for Standard ML. MLton generates standalone
380 executables with excellent runtime performance,
381 is SML 97 compliant, and has a complete basis
382 library. MLton has source-level profiling,
383 a fast C FFI, an interface to the GNU
384 multiprecision library, and lots of useful
385 libraries.
386 .
387 This package provides riscv64 target libraries.
388
389 Package: mlton-runtime-s390x-linux-gnu
390 Architecture: s390x
391 Multi-Arch: foreign
392 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
393 Provides: mlton-runtime
394 Homepage: http://mlton.org/
395 Description: Optimizing compiler for Standard ML - s390x runtime libraries
396 MLton is a whole-program optimizing compiler
397 for Standard ML. MLton generates standalone
398 executables with excellent runtime performance,
399 is SML 97 compliant, and has a complete basis
400 library. MLton has source-level profiling,
401 a fast C FFI, an interface to the GNU
402 multiprecision library, and lots of useful
403 libraries.
404 .
405 This package provides s390x target libraries.
406
407 Package: mlton-runtime-sparc-linux-gnu
408 Architecture: sparc
409 Multi-Arch: foreign
410 Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
411 Provides: mlton-runtime
412 Homepage: http://mlton.org/
413 Description: Optimizing compiler for Standard ML - sparc runtime libraries
414 MLton is a whole-program optimizing compiler
415 for Standard ML. MLton generates standalone
416 executables with excellent runtime performance,
417 is SML 97 compliant, and has a complete basis
418 library. MLton has source-level profiling,
419 a fast C FFI, an interface to the GNU
420 multiprecision library, and lots of useful
421 libraries.
422 .
423 This package provides sparc target libraries.