debian/0000755000000000000000000000000012256061041007163 5ustar debian/changelog0000644000000000000000000000143412256061041011037 0ustar ocaml-re (1.2.1-1build1) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 16:17:37 +0000 ocaml-re (1.2.1-1) unstable; urgency=low [ Lifeng Sun ] * New upstream release. * libre-ocaml-dev: recommends ocaml-findlib. * debian/libre-ocaml-dev.docs: rename Changes to CHANGES. -- Mehdi Dogguy Sun, 24 Nov 2013 16:19:47 +0100 ocaml-re (1.1.0+deb-1) unstable; urgency=low * New release (Debian Repackaging). - Renamed Pcre into Re_pcre to avoid conflicts with the Pcre library. -- Mehdi Dogguy Sun, 13 Jan 2013 16:18:41 +0100 ocaml-re (1.1.0-1) unstable; urgency=low * Initial upload (Closes: #697505). -- Mehdi Dogguy Sun, 6 Jan 2013 13:13:00 +0200 debian/rules0000755000000000000000000000200212244413556010246 0ustar #!/usr/bin/make -f # -*- makefile -*- DESTDIR=$(CURDIR)/debian/tmp include /usr/share/ocaml/ocamlvars.mk OCAMLFIND_DESTDIR=$(DESTDIR)/$(OCAML_STDLIB_DIR) export OCAMLFIND_DESTDIR ifeq ($(OCAML_NATDYNLINK),yes) NATIVE_DYNLINK = true else NATIVE_DYNLINK = false endif %: dh $@ --with ocaml .PHONY: override_dh_auto_configure override_dh_auto_configure: ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' \ --libdir '/usr/lib/ocaml/re' \ --htmldir '/usr/share/doc/libre-ocaml-dev/' \ --enable-tests \ --override native_dynlink $(NATIVE_DYNLINK) .PHONY: override_dh_auto_build override_dh_auto_build: ocaml setup.ml -build ocaml setup.ml -doc .PHONY: override_dh_auto_test override_dh_auto_test: ocaml setup.ml -test .PHONY: override_dh_auto_install override_dh_auto_install: mkdir -p '$(OCAMLFIND_DESTDIR)' ocaml setup.ml -install .PHONY: override_dh_install override_dh_install: dh_install --fail-missing .PHONY: override_dh_auto_clean override_dh_auto_clean: ocaml setup.ml -distclean debian/libre-ocaml-dev.docs0000644000000000000000000000001712244413556013006 0ustar README CHANGES debian/control0000644000000000000000000000226412244414077010602 0ustar Source: ocaml-re Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Mehdi Dogguy Build-Depends: debhelper (>= 9), ocaml-nox (>= 3.12.0~), ocaml-best-compilers, ocaml-findlib, dh-ocaml (>= 0.9~) Standards-Version: 3.9.4 Homepage: https://github.com/ocaml/ocaml-re Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-re.git Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-re.git Package: libre-ocaml-dev Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends} Recommends: ocaml-findlib Description: regular expression library for OCaml RE is regular expression library for OCaml. The following styles of regular expressions are supported: * Perl-style regular expressions (module Re_perl); * Posix extended regular expressions (module Re_posix); * Emacs-style regular expressions (module Re_emacs); * Shell-style file globbing (module Re_glob). . It is also possible to build regular expressions by combining simpler regular expressions (module Re) . This package contains the development modules you need to use RE in your programs. debian/libre-ocaml-dev.doc-base0000644000000000000000000000043212244413556013534 0ustar Document: libre-ocaml-dev Title: regular expression library for OCaml Author: Daniel C. Bünzli Abstract: Documentation of the OCaml RE library Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libre-ocaml-dev/api/index.html Files: /usr/share/doc/libre-ocaml-dev/api/* debian/copyright0000644000000000000000000000112012244413556011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/ocaml/ocaml-re Files: lib/re_str.ml* Copyright: © 1996 Copyright 1996 Institut National de Recherche en Informatique et en Automatique License: LGPL-2.1 See `/usr/share/common-licenses/LGPL-2.1'. Files: * Copyright: © 2001 Jerome Vouillon License: LGPL-2.1 See `/usr/share/common-licenses/LGPL-2.1'. Files: debian/* Copyright: © 2012 Mehdi Dogguy License: LGPL-2.1 The Debian packaging is licensed under the LGPL-2.1, see `/usr/share/common-licenses/LGPL-2.1'. debian/source/0000755000000000000000000000000012244413556010474 5ustar debian/source/format0000644000000000000000000000001412244413556011702 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012212244413556010220 0ustar version=3 https://github.com/ocaml/ocaml-re/tags/ /.*/ocaml-re-([\d\.]+)\.tar\.gz debian/compat0000644000000000000000000000000212244413556010372 0ustar 9 debian/libre-ocaml-dev.install.in0000644000000000000000000000000412244413556014125 0ustar usr