File: _oasis

package info (click to toggle)
xstrp4 1.8-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 376 kB
  • ctags: 447
  • sloc: ml: 3,883; makefile: 123
file content (49 lines) | stat: -rw-r--r-- 1,361 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
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
OASISFormat:  0.2
Name:         xstrp4
Version:      1.8
Authors:      Gerd Stolpmann
Copyrights:   (C) 1999 Gerd Stolpmann
License:      MIT
LicenseFile:  LICENSE
Plugins:      META (0.2)
Homepage:     http://projects.camlcity.org/projects/xstrp4.html
OCamlVersion: >= 3.10.0

Synopsis: camlp4 extension that expands brace expansions in OCaml string
Description:
  This camlp4 syntax extension interprets the dollar notation ${name} in
  strings and in included files. 
  .
  It can:
   * include whole file in your OCaml code
   * define a format '%x' conversion to display variables
   * interpolate '$x' as well as '${x}
   * take into account record field and module names


ConfType:    custom
XCustomConf: ./configure

BuildType:    custom
XCustomBuild: make all 
XCustomBuildClean:     make clean
XCustomBuildDistclean: make distclean

InstallType:      custom
XCustomInstall:   make install
XCustomUninstall: make uninstall

Library xstrp4
  Path:             .
  InternalModules:  Xstrp4_here_lexer, Xstrp4_here_types, Xstrp4_here
  XMETAType:        syntax
  XMETADescription: brace expansions in string
  CompiledObject:   byte
  BuildDepends:     camlp4
  BuildTools:       camlp4
  
SourceRepository head
  Type:     svn
  Location: https://godirepo.camlcity.org/svn/lib-xstrp4
  Browser:  https://godirepo.camlcity.org/wwwsvn/?root=lib-xstrp4