Backport from sid to buster
[hcoop/debian/mlton.git] / debian / control
CommitLineData
a441e504
WT
1Source: mlton
2Section: devel
3Priority: optional
4Maintainer: Wesley W. Terpstra <terpstra@debian.org>
c169b621 5Build-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
a441e504
WT
6Standards-Version: 4.1.4
7
8Package: mlton
9Architecture: all
10Multi-Arch: foreign
11Depends: ${misc:Depends}, mlton-compiler (>= ${source:Version}), mlton-compiler (<< ${source:Version}.1~), mlton-tools (>= ${source:Version}), mlton-tools (<< ${source:Version}.1~)
12Recommends: mlton-doc (= ${source:Version})
13Homepage: http://mlton.org/
14Description: 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
26Package: mlton-basis
27Architecture: all
28Multi-Arch: foreign
29Depends: ${misc:Depends}
30Breaks: mlton (<< 20100608-3)
31Replaces: mlton (<< 20100608-3)
32Homepage: http://mlton.org/
33Description: 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
45Package: mlton-doc
46Section: doc
47Architecture: all
48Multi-Arch: foreign
49Depends: ${misc:Depends}
50Breaks: mlton (<< 20100608-3)
51Replaces: mlton (<< 20100608-3)
52Homepage: http://mlton.org/
53Description: 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
65Package: mlton-compiler
66Architecture: alpha amd64 arm64 armel armhf hppa i386 kfreebsd-i386 kfreebsd-amd64 mips64el mips mipsel powerpc ppc64el riscv64 s390x sparc
67Multi-Arch: foreign
68Depends: ${shlibs:Depends}, ${misc:Depends}, gcc, libc6-dev, libgmp-dev, mlton-basis (= ${source:Version}), mlton-runtime-native (= ${binary:Version}) | mlton-runtime
69Breaks: mlton (<< 20100608-3)
70Replaces: mlton (<< 20100608-3)
71Homepage: http://mlton.org/
72Description: 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
84Package: mlton-tools
85Architecture: alpha amd64 arm64 armel armhf hppa i386 kfreebsd-i386 kfreebsd-amd64 mips64el mips mipsel powerpc ppc64el riscv64 s390x sparc
86Multi-Arch: foreign
87Depends: ${shlibs:Depends}, ${misc:Depends}
88Breaks: mlton (<< 20100608-3)
89Replaces: mlton (<< 20100608-3)
90Homepage: http://mlton.org/
91Description: 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
103Package: mlton-runtime-native
104Architecture: alpha amd64 arm64 armel armhf hppa i386 kfreebsd-i386 kfreebsd-amd64 mips64el mips mipsel powerpc ppc64el riscv64 s390x sparc
105Depends: ${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]
106Homepage: http://mlton.org/
107Description: 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
119Package: mlton-runtime-alpha-linux-gnu
120Architecture: alpha
121Multi-Arch: foreign
122Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
123Provides: mlton-runtime
124Homepage: http://mlton.org/
125Description: 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
137Package: mlton-runtime-x86-64-linux-gnu
138Architecture: amd64
139Multi-Arch: foreign
140Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
141Provides: mlton-runtime
142Homepage: http://mlton.org/
143Description: 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
155Package: mlton-runtime-aarch64-linux-gnu
156Architecture: arm64
157Multi-Arch: foreign
158Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
159Provides: mlton-runtime
160Homepage: http://mlton.org/
161Description: 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
173Package: mlton-runtime-arm-linux-gnueabi
174Architecture: armel
175Multi-Arch: foreign
176Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
177Provides: mlton-runtime
178Homepage: http://mlton.org/
179Description: 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
191Package: mlton-runtime-arm-linux-gnueabihf
192Architecture: armhf
193Multi-Arch: foreign
194Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
195Provides: mlton-runtime
196Homepage: http://mlton.org/
197Description: 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
209Package: mlton-runtime-hppa-linux-gnu
210Architecture: hppa
211Multi-Arch: foreign
212Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
213Provides: mlton-runtime
214Homepage: http://mlton.org/
215Description: 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
227Package: mlton-runtime-i486-linux-gnu
228Architecture: i386
229Multi-Arch: foreign
230Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
231Provides: mlton-runtime
232Homepage: http://mlton.org/
233Description: 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
245Package: mlton-runtime-i486-kfreebsd-gnu
246Architecture: kfreebsd-i386
247Multi-Arch: foreign
248Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
249Provides: mlton-runtime
250Homepage: http://mlton.org/
251Description: 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
263Package: mlton-runtime-x86-64-kfreebsd-gnu
264Architecture: kfreebsd-amd64
265Multi-Arch: foreign
266Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
267Provides: mlton-runtime
268Homepage: http://mlton.org/
269Description: 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
281Package: mlton-runtime-mips64el-linux-gnuabi64
282Architecture: mips64el
283Multi-Arch: foreign
284Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
285Provides: mlton-runtime
286Homepage: http://mlton.org/
287Description: 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
299Package: mlton-runtime-mips-linux-gnu
300Architecture: mips
301Multi-Arch: foreign
302Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
303Provides: mlton-runtime
304Homepage: http://mlton.org/
305Description: 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
317Package: mlton-runtime-mipsel-linux-gnu
318Architecture: mipsel
319Multi-Arch: foreign
320Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
321Provides: mlton-runtime
322Homepage: http://mlton.org/
323Description: 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
335Package: mlton-runtime-powerpc-linux-gnu
336Architecture: powerpc
337Multi-Arch: foreign
338Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
339Provides: mlton-runtime
340Homepage: http://mlton.org/
341Description: 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
353Package: mlton-runtime-powerpc64le-linux-gnu
354Architecture: ppc64el
355Multi-Arch: foreign
356Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
357Provides: mlton-runtime
358Homepage: http://mlton.org/
359Description: 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
371Package: mlton-runtime-riscv64-linux-gnu
372Architecture: riscv64
373Multi-Arch: foreign
374Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
375Provides: mlton-runtime
376Homepage: http://mlton.org/
377Description: 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
389Package: mlton-runtime-s390x-linux-gnu
390Architecture: s390x
391Multi-Arch: foreign
392Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
393Provides: mlton-runtime
394Homepage: http://mlton.org/
395Description: 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
407Package: mlton-runtime-sparc-linux-gnu
408Architecture: sparc
409Multi-Arch: foreign
410Depends: ${misc:Depends}, mlton-basis (= ${source:Version})
411Provides: mlton-runtime
412Homepage: http://mlton.org/
413Description: 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.