version = "4.0.2"
description =
"posix-getopt provides access to the features exposed in unistd.h"
requires = "ctypes posix-errno posix-getopt.stubs"
archive(byte) = "posix_getopt.cma"
archive(native) = "posix_getopt.cmxa"
plugin(byte) = "posix_getopt.cma"
plugin(native) = "posix_getopt.cmxs"
package "stubs" (
  directory = "stubs"
  version = "4.0.2"
  description = ""
  requires = "ctypes ctypes.stubs posix-getopt.types"
  archive(byte) = "posix_getopt_stubs.cma"
  archive(native) = "posix_getopt_stubs.cmxa"
  plugin(byte) = "posix_getopt_stubs.cma"
  plugin(native) = "posix_getopt_stubs.cmxs"
)
package "types" (
  directory = "types"
  version = "4.0.2"
  description = ""
  requires = "ctypes ctypes.stubs posix-base"
  archive(byte) = "posix_getopt_types.cma"
  archive(native) = "posix_getopt_types.cmxa"
  plugin(byte) = "posix_getopt_types.cma"
  plugin(native) = "posix_getopt_types.cmxs"
)