]> git.pld-linux.org Git - packages/apache-mod_caml.git/commitdiff
- new Buildrequires
authordobrek <dobrek@pld-linux.org>
Sun, 12 Dec 2004 21:18:47 +0000 (21:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new config file

Changed files:
    apache-mod_caml.spec -> 1.4

apache-mod_caml.spec

index a4bbf62ddec5c9fa13cc6a6c793ca459012dcd7f..aa9fc79c2eede13ed9d67a36c92a7681ba61ca16 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Apache mod_caml module - allows using bytecode compiled ocaml files wit
 Summary(pl):   Modu³ Apache'a mod_caml - zapewniaj±cy obs³ugê skompilowanego do bajtkodu ocamla
 Name:          apache-%{mod_name}
 Version:       1.3.4
-Release:       1
+Release:       2
 Group:         Networking/Daemons
 License:       BSD-like
 Source0:       http://savannah.nongnu.org/download/modcaml/%{mod_name}-%{version}.tar.gz
@@ -34,14 +34,14 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 mod_caml is a set of Objective CAML (OCaml) bindings for the Apache
 API. It allows you to run CGI scripts written in OCaml directly inside
 the Apache webserver. However, it is much much more than just that:
* Bind to any part of the Apache request cycle.
* Read and modify internal Apache structures.
* Share modules of code between handlers and scripts.
* CGI library and templating system (allows separation of code and
- Bind to any part of the Apache request cycle.
- Read and modify internal Apache structures.
- Share modules of code between handlers and scripts.
- CGI library and templating system (allows separation of code and
    presentation).
* Works with Apache 1.3 and Apache 2.0.
* DBI library for simple database access.
* DBI library can use Perl DBDs (database drivers)
- Works with Apache 1.3 and Apache 2.0.
- DBI library for simple database access.
- DBI library can use Perl DBDs (database drivers)
    [requires Perl4Caml >= 0.3.6].
 
 %description -l pl
This page took 0.068268 seconds and 4 git commands to generate.