File: META.in

package info (click to toggle)
pgocaml 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 268 kB
  • ctags: 543
  • sloc: ml: 1,658; makefile: 143; sh: 55
file content (14 lines) | stat: -rw-r--r-- 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name="@PACKAGE@"
version="@VERSION@"
description="PG'OCaml is a set of OCaml bindings for the PostgreSQL database."
requires="unix,extlib,csv,pcre,calendar"
archive(byte)="pgocaml.cma"
archive(native)="pgocaml.cmxa"

package "syntax" (
  requires = "pgocaml,camlp4"
  version = "@VERSION@"
  description = "Syntax extension: PostgreSQL statements checked at compile-time"
  archive(syntax,preprocessor) = "pa_pgsql.cmo"
  archive(syntax,toploop) = "pa_pgsql.cmo"
)