~ubuntu-branches/ubuntu/natty/ocamlnet/natty

« back to all changes in this revision

Viewing changes to src/equeue/META.in

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2007-04-11 21:09:18 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070411210918-keupynp43rhwwbig
Tags: 2.2.7-1
* New upstream release
* Uploading ocamlnet 2.2.x to unstable
* debian/rules
  - removed -enable-modcaml, no longer supported upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
version = "@VERSION@"
 
2
description = "Ocamlnet - Event queues"
 
3
requires = "unix"
 
4
requires(mt) = "unix,threads"
 
5
archive(byte) = "equeue.cma"
 
6
archive(byte,mt) = "equeue.cma unixqueue_mt.cmo"
 
7
archive(native) = "equeue.cmxa"
 
8
archive(native,mt) = "equeue.cmxa unixqueue_mt.cmx"
 
9
#error(mt_vm) = "The equeue library does not work for the VM threading implementation!"
 
10
# This error should only happen when linking, not when compiling. Because
 
11
# this cannot be distinguished right now, the condition is commented out.