File: META

package info (click to toggle)
pa-test 111.08.00-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 308 kB
  • ctags: 622
  • sloc: ml: 5,927; makefile: 55
file content (24 lines) | stat: -rw-r--r-- 884 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# OASIS_START
# DO NOT EDIT (digest: def7f5535fa29d9de057ce8531337297)
version = "111.08.00"
description = "Quotation expanders for assertions."
requires = "camlp4 sexplib sexplib.syntax"
archive(byte) = "pa_test_lib.cma"
archive(byte, plugin) = "pa_test_lib.cma"
archive(native) = "pa_test_lib.cmxa"
archive(native, plugin) = "pa_test_lib.cmxs"
exists_if = "pa_test_lib.cma"
package "syntax" (
 version = "111.08.00"
 description = "Quotation expanders for assertions."
 requires = "camlp4 comparelib.syntax sexplib.syntax"
 archive(syntax, preprocessor) = "pa_test_syntax.cma"
 archive(syntax, toploop) = "pa_test_syntax.cma"
 archive(syntax, byte) = "pa_test_syntax.cma"
 archive(syntax, byte, plugin) = "pa_test_syntax.cma"
 archive(syntax, native) = "pa_test_syntax.cmxa"
 archive(syntax, native, plugin) = "pa_test_syntax.cmxs"
 exists_if = "pa_test_syntax.cma"
)
# OASIS_STOP