File: META

package info (click to toggle)
bin-prot 1.2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 620 kB
  • ctags: 1,699
  • sloc: ml: 5,126; ansic: 1,586; makefile: 121
file content (14 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name = "bin_prot"
version = "1.2.23"
description = "Bin_prot - binary protocol generator"
requires = "unix, bigarray"
archive(byte) = "bin_prot.cma"
archive(native) = "bin_prot.cmxa"

package "syntax" (
  version = "1.2.23"
  requires = "bin_prot, type-conv.syntax, camlp4"
  description = "Syntax extension for binary protocol generator"
  archive(syntax, preprocessor) = "pa_bin_prot.cmo"
  archive(syntax, toploop) = "pa_bin_prot.cmo"
)