]> git.pld-linux.org Git - packages/ocaml-pxp.git/blame_incremental - ocaml-pxp.spec
- mass commit: cosmetics (removed trailing white spaces)
[packages/ocaml-pxp.git] / ocaml-pxp.spec
... / ...
CommitLineData
1Summary: Polimorphic XML Parser for OCaml
2Summary(pl): Polimorficzny Parser XML-a dla OCamla
3Name: ocaml-pxp
4Version: 1.1.5
5Release: 1
6License: distributable
7Group: Libraries
8Vendor: Gerd Stolpmann <gerd@gerd-stolpmann.de>
9URL: http://www.ocaml-programming.de/programming/pxp.html
10# Source0-md5: d462c59148db685309bf9a05f939c184
11Source0: http://www.ocaml-programming.de/packages/pxp-%{version}.tar.gz
12BuildRequires: ocaml >= 3.04
13BuildRequires: ocaml-net-netstring-devel
14BuildRequires: ocaml-wlex-devel
15BuildRequires: ocaml-findlib
16%requires_eq ocaml-wlex
17%requires_eq ocaml-runtime
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21PXP is a validating parser for XML 1.0 which has been written entirely
22in Objective Caml.
23
24PXP means "Polymorphic XML parser" and emphasizes its most useful
25property: that the API is polymorphic and can be configured such that
26different objects are used to store different types of elements.
27
28%description -l pl
29