debian/0000755000000000000000000000000012247305675007201 5ustar debian/control0000644000000000000000000000305412174551506010601 0ustar Source: react Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu Build-Depends: debhelper (>= 7.0.50~), dh-ocaml (>= 0.9), ocaml-findlib (>= 1.4), ocaml-nox (>= 4) Standards-Version: 3.9.4 Section: ocaml Homepage: http://erratique.ch/software/react Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/react.git Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/react.git Package: libreact-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: functional reactive programming in OCaml React is an OCaml module for functional reactive programming. It provides support to program with time varying values: applicative events and signals. React doesn't define any primitive event or signal, this lets the client chooses the concrete timeline. . This package contains development files of React. Package: libreact-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: functional reactive programming in OCaml (plugins) React is an OCaml module for functional reactive programming. It provides support to program with time varying values: applicative events and signals. React doesn't define any primitive event or signal, this lets the client chooses the concrete timeline. . This package contains dynamically loadable plugins of React. debian/libreact-ocaml-dev.examples0000644000000000000000000000001212174551442014356 0ustar test/*.ml debian/source/0000755000000000000000000000000012174551442010473 5ustar debian/source/format0000644000000000000000000000001412174551442011701 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000337312174551442011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Daniel C. Bünzli Files: * Copyright: 2009-2012, Daniel C. Bünzli License: BSD-C3 Files: debian/* Copyright: 2009-2012, Stéphane Glondu License: BSD-C3 License: BSD-C3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Neither the name of the Daniel C. Bünzli nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/libreact-ocaml.install.in0000644000000000000000000000015612174551442014050 0ustar @OCamlStdlibDir@/react/META @OCamlStdlibDir@/react/react.cma DYN: @OCamlStdlibDir@/react/react.cmxs debian/watch0000644000000000000000000000022012174551442010216 0ustar version=3 http://erratique.ch/software/react/releases/react-(.*)\.tbz # Upstream darcs repository: # http://erratique.ch/software/react/repo/ debian/compat0000644000000000000000000000000212174551442010371 0ustar 7 debian/libreact-ocaml-dev.doc-base0000644000000000000000000000042012174551442014220 0ustar Document: react Title: React API documentation Author: Daniel C. Bünzli Abstract: React ocamldoc-generated API documentation Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libreact-ocaml-dev/html/index.html Files: /usr/share/doc/libreact-ocaml-dev/html/* debian/libreact-ocaml-dev.install.in0000644000000000000000000000046512174551442014627 0ustar @OCamlStdlibDir@/react/react.mli @OCamlStdlibDir@/react/react.cmi OPT: @OCamlStdlibDir@/react/react.cmx OPT: @OCamlStdlibDir@/react/react.cmxa OPT: @OCamlStdlibDir@/react/react.a doc/*.html /usr/share/doc/libreact-ocaml-dev/html doc/*.css /usr/share/doc/libreact-ocaml-dev/html debian/rules0000755000000000000000000000146012174551442010254 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 %: dh --with ocaml $@ .PHONY: override_dh_auto_configure override_dh_auto_configure: ocaml setup.ml -configure --enable-tests .PHONY: override_dh_auto_build override_dh_auto_build: ocaml setup.ml -build .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 .PHONY: override_dh_compress override_dh_compress: dh_compress -X.ml debian/libreact-ocaml-dev.docs0000644000000000000000000000000712174551442013474 0ustar README debian/gbp.conf0000644000000000000000000000006212174551442010610 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/changelog0000644000000000000000000000274212247305531011047 0ustar react (0.9.4-3) unstable; urgency=low * Upload to unstable -- Stéphane Glondu Tue, 03 Dec 2013 08:42:17 +0100 react (0.9.4-2) experimental; urgency=low * Compile with OCaml >= 4 * Update Vcs-* -- Stéphane Glondu Fri, 26 Jul 2013 21:51:47 +0200 react (0.9.4-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.9.4 -- Stéphane Glondu Wed, 08 May 2013 17:26:50 +0200 react (0.9.3-1) unstable; urgency=low * New upstream release * Switch debian/copyright to format 1.0 * Bump Standards-Version to 3.9.3 -- Stéphane Glondu Fri, 06 Apr 2012 10:02:02 +0200 react (0.9.2-1) unstable; urgency=low * New upstream release -- Stéphane Glondu Tue, 27 Apr 2010 10:51:42 +0200 react (0.9.1-1) unstable; urgency=low * New upstream release * Switch source package format to 3.0 (quilt) * Ship css of HTML documentation * Bump Standards-Version to 3.8.4 (no changes) -- Stéphane Glondu Wed, 21 Apr 2010 21:41:39 +0200 react (0.9.0-2) unstable; urgency=low * Switch packaging to dh-ocaml 0.9 * Update my e-mail address and remove DMUA * Update Standards-Version to 3.8.3 (no changes) -- Stéphane Glondu Mon, 05 Oct 2009 10:19:01 +0200 react (0.9.0-1) unstable; urgency=low * Initial release (Closes: #532639) -- Stephane Glondu Wed, 10 Jun 2009 22:16:51 +0200