[go: up one dir, main page]

File: _tags

package info (click to toggle)
utop 1.19.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 692 kB
  • ctags: 1,166
  • sloc: ml: 10,046; lisp: 877; makefile: 89; sh: 20
file content (50 lines) | stat: -rw-r--r-- 1,616 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# -*- conf -*-

<src/**/*.ml{,i}>: cppo_V_OCAML, cppo_interact, package(compiler-libs)
<src/camlp5/**/*.ml{,i}>: use_camlp5

<**/*.ml>: warn(-3-40@8)

# OASIS_START
# DO NOT EDIT (digest: 0e8c977c59cd4b29b0e0ba0f7c9f1d20)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
true: annot, bin_annot
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library utop
"src/lib/utop.cmxs": use_utop
<src/lib/*.ml{,i,y}>: package(findlib)
<src/lib/*.ml{,i,y}>: package(lambda-term)
<src/lib/*.ml{,i,y}>: package(threads)
# Library utop-camlp4
"src/camlp4/utop-camlp4.cmxs": use_utop-camlp4
<src/camlp4/*.ml{,i,y}>: package(camlp4)
<src/camlp4/*.ml{,i,y}>: package(findlib)
<src/camlp4/*.ml{,i,y}>: package(lambda-term)
<src/camlp4/*.ml{,i,y}>: package(threads)
<src/camlp4/*.ml{,i,y}>: use_utop
# Executable utop
"src/top/uTop_top.byte": package(findlib)
"src/top/uTop_top.byte": package(lambda-term)
"src/top/uTop_top.byte": package(threads)
"src/top/uTop_top.byte": use_utop
# Executable utop-full
"src/top/uTop_top_full.byte": package(findlib)
"src/top/uTop_top_full.byte": package(lambda-term)
"src/top/uTop_top_full.byte": package(threads)
"src/top/uTop_top_full.byte": use_utop
<src/top/*.ml{,i,y}>: package(findlib)
<src/top/*.ml{,i,y}>: package(lambda-term)
<src/top/*.ml{,i,y}>: package(threads)
<src/top/*.ml{,i,y}>: use_utop
# OASIS_STOP