debian/0000755000000000000000000000000012247446257007203 5ustar debian/control0000644000000000000000000000223212247445762010605 0ustar Source: fieldslib Section: ocaml Priority: extra Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu , Lifeng Sun Build-Depends: debhelper (>= 9), ocaml-nox (>= 4.00.0), ocaml-findlib (>= 1.3.2), camlp4, camlp4-extra, libtype-conv-camlp4-dev (>= 109.20.00), dh-ocaml (>= 0.9) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/fieldslib.git Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/fieldslib.git Homepage: http://janestreet.github.io/ Package: libfields-camlp4-dev Architecture: any Depends: ocaml-findlib, camlp4, ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml syntax extension that enables folding over record fields fieldslib is an OCaml syntax extension that can be used to define first class values representing record fields. On top of those values additional routines can then be automatically defined to: . - get and set record fields - iterate and fold over fields - create new record values . fieldslib is built on top of CamlP4. debian/libfields-camlp4-dev.doc-base0000644000000000000000000000051012247445762014465 0ustar Document: libfields-camlp4-dev-apiref Title: libfields-camlp4-dev OCamldoc API Reference Abstract: API reference manual for libfields-camlp4-dev (generated via OCamldoc) Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libfields-camlp4-dev/html/api/index.html Files: /usr/share/doc/libfields-camlp4-dev/html/api/* debian/source/0000755000000000000000000000000012247445762010503 5ustar debian/source/format0000644000000000000000000000001412247445762011711 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000001312247445762010050 0ustar README.txt debian/copyright0000644000000000000000000000115612247445762011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Packaged-By: Stefano Zacchiroli Packaged-Date: Mon, 09 Nov 2009 10:34:15 +0100 Files: * Copyright: 2008-, Jane Street Holding, LLC License: Apache 2.0 On Debian systems, the full text of the Apache Software License version 2 can be found in the file `/usr/share/common-licenses/Apache-2.0'. Files: debian/* Copyright: 2009, Stefano Zacchiroli License: Apache 2.0 The Debian packaging is copyright Stefano Zacchiroli, and licensed under the same license of the software itself. debian/watch0000644000000000000000000000017112247445762010233 0ustar version=3 opts=uversionmangle=s/-rc/~rc/ https://github.com/janestreet/fieldslib/tags /.*/archive/([\d\.\-rc]+)\.tar\.gz debian/compat0000644000000000000000000000000212247445762010401 0ustar 9 debian/rules0000755000000000000000000000147012247445762010265 0ustar #!/usr/bin/make -f DESTDIR=$(CURDIR)/debian/libfields-camlp4-dev include /usr/share/ocaml/ocamlvars.mk export OCAML_DLL_DIR export OCAML_HAVE_OCAMLOPT export OCAMLFIND_DESTDIR=$(DESTDIR)/$(OCAML_STDLIB_DIR) export OCAMLFIND_LDCONF=ignore %: dh $@ --with ocaml .PHONY: override_dh_auto_configure override_dh_auto_configure: ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' --docdir /usr/share/doc/libfields-camlp4-dev/html/api .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 debian/gbp.conf0000644000000000000000000000003612247446027010614 0ustar [DEFAULT] pristine-tar = True debian/install.in0000644000000000000000000000004612247445762011201 0ustar lib/*.mli @OCamlStdlibDir@/fieldslib/ debian/changelog0000644000000000000000000000326012247445762011056 0ustar fieldslib (109.20.00-2) unstable; urgency=low * Upload to unstable -- Stéphane Glondu Tue, 03 Dec 2013 20:00:07 +0100 fieldslib (109.20.00-1) experimental; urgency=low * New upstream release. * Add myself to Uploaders. * Update debian/watch. -- Lifeng Sun Thu, 25 Jul 2013 19:42:48 +0800 fieldslib (108.00.02-1) unstable; urgency=low * New upstream release (Closes: #713345) - bump type-conv requirement * Update debian/copyright and debian/watch * Update debian/control: Vcs-*, Homepage * Bump debhelper compat level to 9 * Bump Standards-Version to 3.9.4 -- Stéphane Glondu Sun, 23 Jun 2013 22:51:44 +0200 fieldslib (107.01-1) unstable; urgency=low * New upstream release -- Stéphane Glondu Sat, 24 Sep 2011 12:00:49 +0200 fieldslib (0.1.2-1) unstable; urgency=low * New upstream release - remove obsolete patch * Add myself to Uploaders, remove Stefano * Rewrite debian/rules using dh with overrides * Switch source package format to 3.0 (quilt) * Bump Standards-Version to 3.9.2 * Bump debhelper compat level to 8 * Update debian/watch -- Stéphane Glondu Mon, 27 Jun 2011 09:06:42 +0200 fieldslib (0.1.0-2) unstable; urgency=low * Use quilt for patch management * Avoid building native code objects on non-native architectures: new patch 0001-support-for-bytecode-only-build (Closes: #559720) -- Stefano Zacchiroli Fri, 11 Dec 2009 11:12:14 +0100 fieldslib (0.1.0-1) unstable; urgency=low * Initial release (Closes: #555197) -- Stefano Zacchiroli Mon, 09 Nov 2009 10:34:15 +0100 debian/examples0000644000000000000000000000003512247445762010742 0ustar sample/*.ml sample/*Makefile