version = "4.1.6"
requires = "str unix netsys "
description = "Ocamlnet - String processing library"

archive(byte) = 
    "netstring.cma"
archive(byte,toploop) = 
    "netstring.cma netstring_top.cmo"
archive(native) = 
    "netstring.cmxa"
archive(native,gprof) = 
    "netstring.p.cmxa"
archive(byte,-nonetaccel) +=
    "netaccel.cma netaccel_link.cmo"
plugin(byte) = 
    "netstring.cma"
plugin(native) = 
    "netstring.cmxs"
plugin(native,gprof) = 
    "netstring.p.cmxs"
