File: META

package info (click to toggle)
ocaml-ipaddr 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 424 kB
  • ctags: 650
  • sloc: ml: 7,715; makefile: 39
file content (35 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download
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
# OASIS_START
# DO NOT EDIT (digest: 4d54b77b02bee6839206a4b1e1a2a4ad)
version = "2.5.0"
description =
"A library for manipulation of IP (and MAC) address representations"
requires = "sexplib"
archive(byte) = "ipaddr.cma"
archive(byte, plugin) = "ipaddr.cma"
archive(native) = "ipaddr.cmxa"
archive(native, plugin) = "ipaddr.cmxs"
exists_if = "ipaddr.cma"
package "unix" (
 version = "2.5.0"
 description =
 "A library for manipulation of IP (and MAC) address representations"
 requires = "unix ipaddr"
 archive(byte) = "ipaddr_unix.cma"
 archive(byte, plugin) = "ipaddr_unix.cma"
 archive(native) = "ipaddr_unix.cmxa"
 archive(native, plugin) = "ipaddr_unix.cmxs"
 exists_if = "ipaddr_unix.cma"
)

package "top" (
 version = "2.5.0"
 description = "Toplevel printers for IP addresses"
 requires = "ipaddr"
 archive(byte) = "ipaddr_top.cma"
 archive(byte, plugin) = "ipaddr_top.cma"
 archive(native) = "ipaddr_top.cmxa"
 archive(native, plugin) = "ipaddr_top.cmxs"
 exists_if = "ipaddr_top.cma"
)
# OASIS_STOP