]> git.pld-linux.org Git - packages/ocaml-pxp.git/blame - ocaml-pxp.spec
- mass commit: cosmetics (removed trailing white spaces)
[packages/ocaml-pxp.git] / ocaml-pxp.spec
CommitLineData
096bc182
MM
1Summary: Polimorphic XML Parser for OCaml
2Summary(pl): Polimorficzny Parser XML-a dla OCamla
3Name: ocaml-pxp
3fb1d463
MM
4Version: 1.1.5
5Release: 1
096bc182
MM
6License: distributable
7Group: Libraries
8Vendor: Gerd Stolpmann <gerd@gerd-stolpmann.de>
9URL: http://www.ocaml-programming.de/programming/pxp.html
3fb1d463 10# Source0-md5: d462c59148db685309bf9a05f939c184
096bc182 11Source0: http://www.ocaml-programming.de/packages/pxp-%{version}.tar.gz
096bc182
MM
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
63e3bb41
MM
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.
215c635a
JB
27
28%description -l pl
63e3bb41
MM
29