[go: up one dir, main page]

File: META

package info (click to toggle)
utop 1.19.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 688 kB
  • ctags: 1,166
  • sloc: ml: 10,046; lisp: 877; makefile: 89; sh: 20
file content (22 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# OASIS_START
# DO NOT EDIT (digest: caf72eeee0d14b56758efd7d92090083)
version = "1.19.3"
description = "utop configuration"
requires = "findlib lambda-term"
archive(byte) = "utop.cma"
archive(byte, plugin) = "utop.cma"
archive(native) = "utop.cmxa"
archive(native, plugin) = "utop.cmxs"
exists_if = "utop.cma"
package "camlp4" (
 version = "1.19.3"
 description = "Camlp4 integration"
 requires = "utop camlp4"
 archive(syntax, preprocessor) = "utop-camlp4.cma"
 archive(syntax, toploop) = "utop-camlp4.cma"
 archive(syntax, preprocessor, native) = "utop-camlp4.cmxa"
 archive(syntax, preprocessor, native, plugin) = "utop-camlp4.cmxs"
 exists_if = "utop-camlp4.cma"
)
# OASIS_STOP