File: META

package info (click to toggle)
pa-ounit 113.00.00-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 408 kB
  • sloc: ml: 6,370; makefile: 55; lisp: 14
file content (21 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# OASIS_START
# DO NOT EDIT (digest: 1dcd1e0f062281ca84f6b34fcca8bd5a)
version = "113.00.00"
description = "Runtime support for pa_ounit"
archive(byte) = "pa_ounit_lib.cma"
archive(byte, plugin) = "pa_ounit_lib.cma"
archive(native) = "pa_ounit_lib.cmxa"
archive(native, plugin) = "pa_ounit_lib.cmxs"
exists_if = "pa_ounit_lib.cma"
package "syntax" (
 version = "113.00.00"
 description = "Syntax extension writing inline tests"
 requires = "camlp4 compiler-libs.common"
 archive(syntax, preprocessor) = "pa_ounit_syntax.cma"
 archive(syntax, toploop) = "pa_ounit_syntax.cma"
 archive(syntax, preprocessor, native) = "pa_ounit_syntax.cmxa"
 archive(syntax, preprocessor, native, plugin) = "pa_ounit_syntax.cmxs"
 exists_if = "pa_ounit_syntax.cma"
)
# OASIS_STOP