]> git.pld-linux.org Git - packages/ocaml-pxp.git/blame - ocaml-pxp.spec
- outdated
[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
4Version: 1.1.4
56213f19 5Release: 3
096bc182
MM
6License: distributable
7Group: Libraries
8Vendor: Gerd Stolpmann <gerd@gerd-stolpmann.de>
9URL: http://www.ocaml-programming.de/programming/pxp.html
10Source0: http://www.ocaml-programming.de/packages/pxp-%{version}.tar.gz
577ba9c1 11# Source0-md5: f16bbb9842ba19892d67c128c93d730d
096bc182
MM
12Patch0: %{name}-sub_lexeme.patch
13BuildRequires: ocaml >= 3.04
14BuildRequires: ocaml-net-netstring-devel
15BuildRequires: ocaml-wlex-devel
16BuildRequires: ocaml-findlib
17%requires_eq ocaml-wlex
18%requires_eq ocaml-runtime
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
63e3bb41
MM
22PXP is a validating parser for XML 1.0 which has been written entirely
23in Objective Caml.
24
25PXP means "Polymorphic XML parser" and emphasizes its most useful
26property: that the API is polymorphic and can be configured such that
27different objects are used to store different types of elements.
215c635a
JB
28
29%description -l pl
63e3bb41
MM
30