File: _tags

package info (click to toggle)
ocaml-data-notation 0.0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 412 kB
  • ctags: 792
  • sloc: ml: 6,688; makefile: 87
file content (57 lines) | stat: -rw-r--r-- 2,625 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
51
52
53
54
55
56
57
################################################################################
#  ODN: Dump data using OCaml notation                                         #
#                                                                              #
#  Copyright (C) 2009-2011, OCamlCore SARL                                     #
#                                                                              #
#  This library is free software; you can redistribute it and/or modify it     #
#  under the terms of the GNU Lesser General Public License as published by    #
#  the Free Software Foundation; either version 2.1 of the License, or (at     #
#  your option) any later version, with the OCaml static compilation           #
#  exception.                                                                  #
#                                                                              #
#  This library is distributed in the hope that it will be useful, but         #
#  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY  #
#  or FITNESS FOR A PARTICULAR PURPOSE. See the file COPYING for more          #
#  details.                                                                    #
#                                                                              #
#  You should have received a copy of the GNU Lesser General Public License    #
#  along with this library; if not, write to the Free Software Foundation,     #
#  Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA               #
################################################################################

# OASIS_START
# DO NOT EDIT (digest: 6aae61192a6cf1f8b5bb633a38a63106)
# 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
<**/.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 odn
"src/odn.cmxs": use_odn
# Library pa_odn
"src/pa_odn.cmxs": use_pa_odn
# Library pa_noodn
"src/pa_noodn.cmxs": use_pa_noodn
<src/*.ml{,i}>: pkg_type_conv
<src/*.ml{,i}>: pkg_camlp4.lib
<src/*.ml{,i}>: pkg_camlp4.quotations.o
# Executable test
"test/test.byte": use_odn
"test/test.byte": pkg_oUnit
"test/test.byte": pkg_fileutils
"test/test.byte": pkg_str
<test/*.ml{,i}>: use_odn
<test/*.ml{,i}>: pkg_oUnit
<test/*.ml{,i}>: pkg_fileutils
<test/*.ml{,i}>: pkg_str
# OASIS_STOP
<src/pa_odn.ml>: syntax_camlp4o
<src/pa_noodn.ml>: syntax_camlp4o