[ ソース: ocamlnet ]
パッケージ: libapache2-mod-netcgi-apache (4.1.9-6)
libapache2-mod-netcgi-apache に関するリンク
Debian の資源:
ocamlnet ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [projects.camlcity.org]
類似のパッケージ:
OCaml application-level Internet libraries - netcgi2 Apache2 connector
Ocamlnet is a collection of OCaml libraries focusing focus on application-level Internet protocols and conventions.
Ocamlnet consists of the following libraries:
* netstring: processing of strings that occur in network context * netcgi2: portable web applications * nethttpd: is a web server component (HTTP server implementation) * netplex: generic server framework * rpc: OncRPC implementation * netclient: clients for HTTP, FTP, and Telnet * equeue: event queue used for many protocol implementations * shell: external commands invocation * netshm: shared memory for IPC purposes * netsys: bindings for system functions * smtp and pop: two further client implementations
A number of ideas and concepts are used throughout the libraries:
* netchannels are a way to abstract sequential I/O channels * event queues provided by equeue and unixqueue make asynchronous protocol interpreters possible
This package contains the mod_netcgi_apache Apache module. You will need this module to run web applications built using the netcgi2 Apache connector of OCamlnet. With this package Apache can serve them directly as OCaml compiled modules.
その他の libapache2-mod-netcgi-apache 関連パッケージ
|
|
|
|
-
- dep: apache2-api-20120211
- 以下のパッケージによって提供される仮想パッケージです: apache2-bin
-
- dep: apache2-bin (>= 2.4.16)
- Apache HTTP サーバ (モジュールおよび他のバイナリファイル)
-
- dep: libc6 (>= 2.34)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libocamlnet-ocaml-dev (= 4.1.9-6)
- OCaml application-level Internet libraries - core development libraries