debian/0000755000000000000000000000000012256116255007173 5ustar debian/changelog0000644000000000000000000000672412256116255011056 0ustar ocaml-benchmark (1.2-1build1) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 20:27:25 +0000 ocaml-benchmark (1.2-1) unstable; urgency=low [ Sylvain Le Gall ] * Remove Sylvain Le Gall from uploaders [ Hendrik Tews ] * fix watch file and homepage * import new upstream version * bump debhelper compat level and standards version * add myself as uploader * update dependencies, Vcs fields, copyright * change packaging to debhelper * delete old patches * delete some unused files in debian subdir -- Hendrik Tews Sun, 23 Jun 2013 21:01:51 +0200 ocaml-benchmark (0.9-2) unstable; urgency=low * Use dh-ocaml 0.9.1 features * Upgrade Standards-Version to 3.8.3 (no change) -- Sylvain Le Gall Mon, 14 Dec 2009 23:00:28 +0000 ocaml-benchmark (0.9-1) unstable; urgency=low * New Upstream Version * Remove patch 02_gettimeofday, applied upstream * Apply 03makedoc patch to fix documentation generation problem * Upgrade Standards-Version to 3.8.1 (no change) -- Sylvain Le Gall Fri, 01 May 2009 18:35:22 +0200 ocaml-benchmark (0.8-1) unstable; urgency=low [ Stefano Zacchiroli ] * fix vcs-svn field to point just above the debian/ dir [ Sylvain Le Gall ] * New upstream version * Remove debian/control.in * Use dh-ocaml for generating .ocamldoc-apiref automatically * Remove patch 01destdir, applied upstream * Apply patch 02gettimeofday, to have a WALL time with a precision better than 1 second (replace Unix.time by Unix.gettimeofay) * Switch packaging to git * Set maintainer to Debian OCaml Maintainers * Upgrade Standards-Version to 3.8.0 (debian/README.source) * Add Homepage field to debian/control * Add ${misc:Depends} to dependencies * Upgrade debian/compat to 7 (use debian/clean) -- Sylvain Le Gall Sat, 07 Mar 2009 00:43:56 +0100 ocaml-benchmark (0.6-7) unstable; urgency=low * Build for ocaml 3.10.0 * Move API documentation to the standard directory of OCaml -- Sylvain Le Gall Tue, 04 Sep 2007 00:26:45 +0200 ocaml-benchmark (0.6-6) experimental; urgency=low * Ooops, depends field is empty -- Sylvain Le Gall Sat, 14 Jul 2007 01:48:48 +0200 ocaml-benchmark (0.6-5) experimental; urgency=low * Upgrade debian/watch version to 3, * Upgrade debhelper debian/compat to 5, * Use CDBS for debian/rules, * Change email address to gildor@debian.org everywhere * Change watch URL to sf.net * Rebuild for ocaml 3.10.0 -- Sylvain Le Gall Sat, 07 Jul 2007 23:26:25 +0200 ocaml-benchmark (0.6-4) unstable; urgency=low * Change my email address to gildor@debian.org, * Made debian/control a PHONY target, * Upgrade standards version to 3.7.2 (no change), -- Sylvain Le Gall Tue, 13 Jun 2006 08:58:34 +0200 ocaml-benchmark (0.6-3) unstable; urgency=low * Rebuild for OCaml 3.09.1 -- Sylvain Le Gall Wed, 11 Jan 2006 00:01:42 +0100 ocaml-benchmark (0.6-2) unstable; urgency=low * Forget to update control using control.in. Add dependency on ocaml- findlib (Closes: #343408) -- Sylvain Le Gall Mon, 19 Dec 2005 23:57:29 +0100 ocaml-benchmark (0.6-1) unstable; urgency=high * Initial Release. ( Closes: #303310 ) -- Sylvain Le Gall Sat, 3 Dec 2005 01:55:44 +0100 debian/rules0000755000000000000000000000146412161653754010265 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 # export DH_OPTIONS=-v DESTDIR=$(CURDIR)/debian/libbenchmark-ocaml-dev include /usr/share/ocaml/ocamlvars.mk OCAMLFIND_DESTDIR=$(DESTDIR)/$(OCAML_STDLIB_DIR) export OCAMLFIND_DESTDIR OCAMLFIND_LDCONF=ignore export OCAMLFIND_LDCONF %: dh $@ --with ocaml .PHONY: override_dh_auto_clean override_dh_auto_clean: ocaml setup.ml -clean .PHONY: override_dh_auto_configure override_dh_auto_configure: ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' --docdir /usr/share/doc/libbenchmark-ocaml-dev/html .PHONY: override_dh_auto_build override_dh_auto_build: ocaml setup.ml -build ocaml setup.ml -doc .PHONY: override_dh_auto_install override_dh_auto_install: mkdir -p '$(OCAMLFIND_DESTDIR)' ocaml setup.ml -install debian/gbp.conf0000644000000000000000000000003612161653754010616 0ustar [DEFAULT] pristine-tar = True debian/control0000644000000000000000000000206612161653754010607 0ustar Source: ocaml-benchmark Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Hendrik Tews Build-Depends: debhelper (>= 9), dh-ocaml (>= 0.9.1), ocaml-nox (>= 3.10.0-9), ocaml-best-compilers, ocaml-findlib (>= 1.1.2pl1-4), libpcre-ocaml-dev Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/ocaml-benchmark.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ocaml-benchmark.git Homepage: https://forge.ocamlcore.org/projects/ocaml-benchmark/ Package: libbenchmark-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: OCaml benchmarking library This library implements benchmarking functions for measuring the run-time of one or many functions using latency (multiple repetitions) or throughput (repeat until some time period has passed) tests. . It is inspired by the Perl module of the same name ( benchmark ). debian/libbenchmark-ocaml-dev.docs0000644000000000000000000000001212161653754014331 0ustar README.md debian/copyright0000644000000000000000000002342012161653754011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ocaml-benchmark Upstream-Contact: Christophe.Troestler@umons.ac.be Source: http://ocaml-benchmark.forge.ocamlcore.org/ Files: * Copyright: (C) 2002-2003, Doug Bagley (C) 2004, Troestler Christophe License: LGPL-3+ with OCaml linking exception This Library is distributed under the terms of the GNU Lesser General Public License version 3 (included below) or, at your option, any later version. . As a special exception to the GNU Lesser General Public License, you may link, statically or dynamically, a "work that uses the Library" with a publicly distributed version of the Library to produce an executable file containing portions of the Library, and distribute that executable file under terms of your choice, without any of the additional requirements listed in clause 6 of the GNU Lesser General Public License. By "a publicly distributed version of the Library", we mean either the unmodified Library as distributed, or a modified version of the Library that is distributed under the conditions defined in clause 3 of the GNU Library General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU Lesser General Public License. . GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 . Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. . This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. . 0. Additional Definitions. . As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. . "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. . An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. . A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". . The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. . The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. . 1. Exception to Section 3 of the GNU GPL. . You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. . 2. Conveying Modified Versions. . If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: . a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or . b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. . 3. Object Code Incorporating Material from Library Header Files. . The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: . a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. . b) Accompany the object code with a copy of the GNU GPL and this license document. . 4. Combined Works. . You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: . a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. . b) Accompany the Combined Work with a copy of the GNU GPL and this license document. . c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. . d) Do one of the following: . 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. . 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. . e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) . 5. Combined Libraries. . You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: . a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. . b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. . 6. Revised Versions of the GNU Lesser General Public License. . The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. . Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. . If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. Files: debian/* Copyright: 2006-2008 Sylvain Le Gall 2013 Hendrik Tews License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/source/0000755000000000000000000000000012161653754010500 5ustar debian/source/format0000644000000000000000000000001412161653754011706 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012412161653754010226 0ustar version=3 http://forge.ocamlcore.org/frs/?group_id=197 .*/benchmark-(\d.*)\.tar\.gz debian/libbenchmark-ocaml-dev.examples0000644000000000000000000000001312161653754015220 0ustar examples/* debian/compat0000644000000000000000000000000212161653754010376 0ustar 9 debian/libbenchmark-ocaml-dev.ocamldoc0000644000000000000000000000004012161653754015163 0ustar -d html/api --doc-base-generate