/usr/lib/ocaml/ipaddr/META is in libipaddr-ocaml 2.6.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | # OASIS_START
# DO NOT EDIT (digest: 41ee21d4146b5d6f59aa1b873b633a48)
version = "2.6.0"
description =
"A library for manipulation of IP (and MAC) address representations"
requires = "bytes 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.6.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.6.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
|