debian/0000755000000000000000000000000012247426236007176 5ustar debian/control0000644000000000000000000000211712157624737010610 0ustar Source: type-conv Section: ocaml Priority: extra Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu Build-Depends: debhelper (>= 9), ocaml-nox (>= 4.00.0), ocaml-findlib (>= 1.3.2), camlp4, camlp4-extra, dh-ocaml (>= 0.9) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/type-conv.git Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/type-conv.git Homepage: https://forge.ocamlcore.org/projects/type-conv Package: libtype-conv-camlp4-dev Architecture: any Depends: ocaml-findlib, ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: support library for OCaml preprocessor type conversions The type-conv library factors out functionality needed by different CamlP4 extensions that generate code from type specifications. . CamlP4 extensions adding support for some trailing "with foo" (e.g. "with sexplib" provided by sexplib, and "with bin_io" provided by bin-prot) after type declaration can rely on type-conv. debian/source/0000755000000000000000000000000011656665163010505 5ustar debian/source/format0000644000000000000000000000001411635607077011710 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000656012157545513011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Packaged-By: Stefano Zacchiroli Packaged-Date: Sun, 04 May 2008 14:49:32 +0200 Source: https://forge.ocamlcore.org/projects/type-conv Files: * Copyright: 2007-2008, Markus Mottl 2007-2008, Jane Street Holding, LLC 2004-2005, Martin Sandin License: BSD-3 and LGPL-2.1-exception 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 by the authors, or a modified version of the Library that is distributed under the conditions defined in clause 3 of the GNU Lesser 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. . The Library is distributed under the terms of the GNU Lesser General Public License version 2.1, with the special exception to it reported above. . The full text of the GNU Lessere General Public License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. . Previous versions of this Library, formerly known as "Tywith", were released by Martin Sandin terms of the 3-clauses BSD. The Library is also released under such a license: . 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. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. Files: debian/* Copyright: 2008, Stefano Zacchiroli License: GPL-3+ The Debian packaging is copyright Stefano Zacchiroli, and licensed under the GNU General Public License, see `/usr/share/common-licenses/GPL-3' for the full text. debian/watch0000644000000000000000000000013512247425755010233 0ustar version=3 https://ocaml.janestreet.com/ocaml-core/latest/individual/ type_conv-(.*)\.tar\.gz debian/compat0000644000000000000000000000000212157545503010373 0ustar 9 debian/rules0000755000000000000000000000143312157624737010265 0ustar #!/usr/bin/make -f include /usr/share/ocaml/ocamlvars.mk DESTDIR=$(CURDIR)/debian/tmp 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 --prefix /usr --destdir '$(DESTDIR)' .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_auto_clean override_dh_auto_clean: ocaml setup.ml -distclean .PHONY: override_dh_install override_dh_install: dh_install --fail-missing -Xusr/share/doc/type_conv/ debian/libtype-conv-camlp4-dev.install.in0000644000000000000000000000002112157554073015532 0ustar @OCamlStdlibDir@ debian/gbp.conf0000644000000000000000000000003611635601621010605 0ustar [DEFAULT] pristine-tar = True debian/libtype-conv-camlp4-dev.ocamldoc0000644000000000000000000000002111635601621015230 0ustar -package camlp4 debian/install.in0000644000000000000000000000004611635601621011165 0ustar lib/*.mli @OCamlStdlibDir@/type-conv/ debian/changelog0000644000000000000000000000712712247425713011056 0ustar type-conv (109.28.00-2) unstable; urgency=low * Upload to unstable -- Stéphane Glondu Tue, 03 Dec 2013 20:06:51 +0100 type-conv (109.28.00-1) experimental; urgency=low * New upstream release - update debian/watch to use Jane Street -- Stéphane Glondu Mon, 17 Jun 2013 17:15:24 +0200 type-conv (3.0.5-1) unstable; urgency=low [ Sylvain Le Gall ] * Remove Sylvain Le Gall from uploaders [ Stéphane Glondu ] * New upstream release * Update debian/watch * Update homepage location * Switch copyright file to format 1.0 * Bump debhelper compat level to 9 * Bump Standards-Version to 3.9.4 * Put canonical URLs in Vcs-* -- Stéphane Glondu Mon, 17 Jun 2013 11:21:37 +0200 type-conv (3.0.4-1) unstable; urgency=low * New upstream release * Update debian/watch to follow ocamlcore.org * Bump dependency to ocaml-nox to 3.12.1 (uses module quotations) -- Stéphane Glondu Thu, 10 Nov 2011 07:10:14 +0100 type-conv (2.3.0-1) unstable; urgency=low * New upstream release * Scan www.janestreet.com for new versions * Migrate to dh7 -- Sylvain Le Gall Mon, 06 Jun 2011 19:12:56 +0000 type-conv (2.0.2-1) unstable; urgency=low * New upstream release - compatible with OCaml 3.12.0 (Closes: #586390) * Bump Standards-Version to 3.9.2 (no changes) -- Stéphane Glondu Tue, 19 Apr 2011 14:30:49 +0200 type-conv (1.7.1-1) unstable; urgency=low * New upstream release * debian/control: - remove Stefano from Uploader - bump Standards-Version to 3.8.4 (no changes) * Switch source package format to 3.0 (quilt) -- Stéphane Glondu Sat, 19 Jun 2010 22:15:51 +0200 type-conv (1.6.10-1) unstable; urgency=low * New upstream release -- Stefano Zacchiroli Sun, 08 Nov 2009 23:00:32 +0100 type-conv (1.6.7-3) unstable; urgency=low [ Sylvain Le Gall ] * Add debian/gbp.conf to force using pristine-tar [ Stéphane Glondu ] * Switch packaging to dh-ocaml 0.9 * debian/control: - add myself to Uploaders - move to Section ocaml - update Standards-Version to 3.8.3 -- Stéphane Glondu Tue, 13 Oct 2009 21:32:12 +0200 type-conv (1.6.7-2) unstable; urgency=low * upload to unstable * debian/rules: use ocaml.mk as a CDBS "rules" snippet, build-dep on the minimum dh-ocaml implementing that * debian/control: increase build-dep versions to ensure buildability in unstable -- Stefano Zacchiroli Thu, 26 Feb 2009 22:33:54 +0100 type-conv (1.6.7-1) experimental; urgency=low * New Upstream Version * rebuild against OCaml 3.11 - strengthen build-deps on ocaml, for experimental builds - add build-dep on dh-ocaml (for the CDBS class has been moved there) * debian/control: bump Standards-Version to 3.8.0 (no changes needed) * debian/copyright: point to the proper file under /usr/share/common-licenses/ (thanks Lintian!) * update homepage (both in control and watch files) -- Stefano Zacchiroli Mon, 02 Feb 2009 17:41:55 +0100 type-conv (1.5.0-3) unstable; urgency=low * uploading to unstable -- Stefano Zacchiroli Fri, 09 May 2008 10:43:41 +0200 type-conv (1.5.0-2) experimental; urgency=low * add missing build-dep on camlp4-extra (fix FTBFS) -- Stefano Zacchiroli Fri, 09 May 2008 10:43:31 +0200 type-conv (1.5.0-1) experimental; urgency=low * Initial release (Closes: #479162) -- Stefano Zacchiroli Sun, 04 May 2008 14:49:32 +0200