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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
|
OASISFormat: 0.4
Name: ocamlnet
Version: 4.1.9
Synopsis: Internet protocols and helper data structures
Authors: Gerd Stolpmann et al.
ConfType: custom (0.4)
BuildType: custom (0.4)
InstallType: custom (0.4)
BuildTools: make
License: http://download.camlcity.org/download/licenses/ocamlnet
OCamlVersion: >= 4.00.0
Homepage: http://projects.camlcity.org/projects/ocamlnet
XCustomConf: ./configure
PostConfCommand: make -s postconf
XCustomBuild: make build
XCustomInstall: make install
XCustomUninstall: make uninstall
Flag "gtk2"
Description: gtk2: Support for gtk2 event loops
Default: false
Flag "tcl"
Description: tcl: Support for Tcl/Tk event loops
Default: false
Flag "zlib"
Description: zlib: Support for compression
Default: false
Flag "apache"
Description: apache: Build the Apache module
Default: false
Flag "gnutls"
Description: gnutls: Enable (Gnu) TLS
Default: false
Flag "gssapi"
Description: gssapi: Enable GSSAPI
Default: false
Flag "pcre"
Description: pcre: Build netstring-pcre library
Default: false
Flag "full_pcre"
Description: full_pcre: Use pcre for all regular expressions
Default: false
Flag "nethttpd"
Description: nethttpd: Build the webserver nethttpd
Default: false
Library "equeue"
Path: src/equeue
Library "equeue-gtk2"
Path: src/equeue-gtk2
BuildDepends: lablgtk2
Build: false
if flag(gtk2)
Build: true
Library "equeue-tcl"
Path: src/equeue-tcl
Build: false
if flag(tcl)
Build: true
Library "netcamlbox"
Path: src/netcamlbox
Library "netcgi2"
Path: src/netcgi2
Library "netcgi2-plex"
Path: src/netcgi2-plex
Library "netcgi2-apache"
Path: src/netcgi2-apache
Build: false
if flag(apache)
Build: true
Library "netclient"
Path: src/netclient
Library "netgss-system"
Path: src/netgss-system
Build: false
if flag(gssapi)
Build: true
Library "nethttpd"
Path: src/nethttpd
Build: false
if flag(nethttpd)
Build: true
Library "netmulticore"
Path: src/netmulticore
Library "netplex"
Path: src/netplex
Library "netshm"
Path: src/netshm
Library "netstring"
Path: src/netstring
Library "netstring-pcre"
Path: src/netstring-pcre
BuildDepends: pcre
Build: false
if flag(pcre) || flag(full_pcre)
Build: true
Library "netsys"
Path: src/netsys
Library "nettls-gnutls"
Path: src/netsys-gnutls
Build: false
if flag(gnutls)
Build: true
Library "netunidata"
Path: src/netunidata
Library "netzip"
Path: src/netzip
BuildDepends: zip
Build: false
if flag(zlib)
Build: true
Library "rpc"
Path: src/rpc
Library "rpc-auth-local"
Path: src/rpc-auth-local
Library "rpc-generator"
Path: src/rpc-generator
Library "rpc-xti"
Path: src/rpc-xti
Build: false
if system(sunos) || system(solaris)
Build: true
Library "shell"
Path: src/shell
Executable "ocamlrpcgen"
Path: src/rpc-generator
MainIs: main.ml
Executable "netplex-admin"
Path: src/netplex
MainIs: netplex_admin.ml
|