~ubuntu-branches/ubuntu/utopic/ocaml-bitstring/utopic

« back to all changes in this revision

Viewing changes to .pc/0004-Fix-preprocessor-options-for-the-syntax-META-file.patch/META.in

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2013-12-03 08:21:26 UTC
  • mfrom: (8.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20131203082126-7tr0j4my5dgm1abm
Tags: 2.0.4-2
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
name = "bitstring"
2
 
version = "@PACKAGE_VERSION@"
3
 
description = "Bitstrings and bitstring matching"
4
 
requires = "unix"
5
 
archive(byte) = "bitstring.cma"
6
 
archive(native) = "bitstring.cmxa"
7
 
 
8
 
package "persistent" (
9
 
  requires = "bitstring"
10
 
  version = "@PACKAGE_VERSION@"
11
 
  description = "Persistent patterns for bitstring (requires camlp4)"
12
 
  archive(byte) = "bitstring_persistent.cma"
13
 
  archive(native) = "bitstring_persistent.cmxa"
14
 
)
15
 
 
16
 
package "syntax" (
17
 
  version = "@PACKAGE_VERSION@"
18
 
  description = "Syntax extension: bitstring operators"
19
 
  requires = "bitstring.persistent"
20
 
  archive(syntax,preprocessor) = "pa_bitstring.cmo"
21
 
  archive(syntax,toploop) = "pa_bitstring.cmo"
22
 
  preprocessor = "camlp4of"
23
 
)