[Pkg-ocaml-maint-commits] [SCM] janest-core packaging branch, master, updated. debian/0.6.0-3-16-g0ea2707

Stephane Glondu steph at glondu.net
Wed Nov 16 19:57:06 UTC 2011


The following commit has been merged in the master branch:
commit fff437cac080311f6828a09d04510296fea5f847
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Nov 16 17:20:50 2011 +0100

    Remove obsolete debian/README.* files

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index b14ccce..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,130 +0,0 @@
-
-ocamldoc API reference
-======================
-
-The -dev packages of Core contains ocamldoc API reference in HTML format as
-usual. Additionally, Jane Street Capital have made available an integrated API
-reference with Core and all its other libraries on the web at:
-
-  http://www.janestreet.com/ocaml/janestreet-ocamldocs/
-
- -- Stefano Zacchiroli <zack at debian.org>, Thu, 12 Nov 2009 16:39:07 +0100
-
-Thread support with ocamlc and ocaml
-====================================
-
-Both Core and Core_extended require thread support. To enable it for programs
-you're building you can use findlib and pass -thread to ocamlc, e.g.:
-
-  $ ocamlfind ocamlc -thread -package core -libkpkg foo.ml
-
-To experiment with Core in the top-level you can use the #thread directive just
-before #require-ing Core, e.g.:
-
-  zack at usha:~$ ledit ocaml -init /dev/null
-          Objective Caml version 3.11.1
-
-  # #use "topfind";;
-  - : unit = ()
-  Findlib has been successfully loaded. Additional directives:
-    #require "package";;      to load a package
-    #list;;                   to list the available packages
-    #camlp4o;;                to load camlp4 (standard syntax)
-    #camlp4r;;                to load camlp4 (revised syntax)
-    #predicates "p,q,...";;   to set these predicates
-    Topfind.reset();;         to force that packages will be reloaded
-    #thread;;                 to enable threads
-
-  - : unit = ()
-  # #thread;;
-  /usr/lib/ocaml/threads: added to search path
-  /usr/lib/ocaml/unix.cma: loaded
-  /usr/lib/ocaml/threads/threads.cma: loaded
-  # #require "core";;
-  /usr/lib/ocaml/bigarray.cma: loaded
-  /usr/lib/ocaml/res: added to search path
-  /usr/lib/ocaml/res/res.cma: loaded
-  /usr/lib/ocaml/nums.cma: loaded
-  /usr/lib/ocaml/num-top: added to search path
-  /usr/lib/ocaml/num-top/num_top.cma: loaded
-  /usr/lib/ocaml/sexplib: added to search path
-  /usr/lib/ocaml/sexplib/sexplib.cma: loaded
-  /usr/lib/ocaml/sexplib/sexplib_top.cma: loaded
-  /usr/lib/ocaml/bin_prot: added to search path
-  /usr/lib/ocaml/bin_prot/bin_prot.cma: loaded
-  /usr/lib/ocaml/fieldslib: added to search path
-  /usr/lib/ocaml/fieldslib/fieldslib.cma: loaded
-  /usr/lib/ocaml/core: added to search path
-  /usr/lib/ocaml/core/core.cma: loaded
-  # open Core.Std;;
-  # 
-
- -- Stefano Zacchiroli <zack at debian.org>, Thu, 12 Nov 2009 11:29:21 +0100
-
-
-bin_opt support not fully functional on all architectures
-=========================================================
-
-One of the dependencies of the core library is bin_opt (Debian package:
-libbin-opt-camlp4-dev). It is known, also according to upstream, to be working
-properly only on:
-
-  i386  amd64
-
-On other architectures you do get proper marshalling and umarshalling, but you
-loose architecture independence in the resulting binary format. As such, you
-might get segfault when transferring data among machines having different
-architectures.
-
-Some more details on this issue are available at
-http://caml.inria.fr/pub/ml-archives/caml-list/2008/05/56cf55b101f21b608feb64c75b92c679.en.html
-and, more generally, in the thread starting at
-http://caml.inria.fr/pub/ml-archives/caml-list/2008/05/296bd8cda27c408a793b3ec1669f2f76.en.html
-
- -- Stefano Zacchiroli <zack at debian.org>  Sat, 19 Jul 2008 19:24:56 +0200
-
-
-
-Summary of Core functionalities
-===============================
-
-- Bag (set type with duplicates)
-- Bigbuffer (unlimited Buffer type)
-- Bigstring (unlimited String type)
-- 8/16/32/64-bit signed/unsigned binary packing functions
-- Bool type
-- Safe finalization for reading/writing files
-- Function composition operators
-- Enhanced versions of stdlib modules such as Arg, Array, Printf, etc.
-- Mutexes
-- CRC functions
-- Dequeue type
-- Doubly-linked list type
-- Enhanced exception module
-- Fast hash table
-- Force once (thunk that can be forced only once)
-- Functional queue type
-- Min-heap type
-- Enhanced input/output channels
-- Closed interval type
-- Interval set type
-- Read files as lines
-- Linux-specific syscalls such as sendfile, get/set TCP options, epoll, splice
-- Memoization
-- Piece-wise linear interpolation of floats
-- Polymorphic map and set
-- Find size of OCaml structures
-- Space-efficient tuples
-- Synchronized queues
-- Thread-safe queues
-- Convenience functions for Unix times
-- Timed events
-- Tuple convenience functions
-- Extended Unix module filling in some missing syscalls such as sync,
-  getrusage, initgroups, etc.
-
-[ list courtesy of Richard Jones, see
-  http://groups.google.com/group/fa.caml/msg/2e324f40ecd309bb ]
-
- -- Stefano Zacchiroli <zack at debian.org>  Sat, 03 May 2008 10:55:27 +0200
-
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 1bd889f..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,16 +0,0 @@
-Debian source package for Jane Street Core Library
-==================================================
-
-Patching upstream sources
--------------------------
-
-This source package uses quilt to apply and remove its patches. Please
-refer to `/usr/share/doc/quilt/README.source' for information about
-how to use quilt for source packages.
-
-The quilt series is generated from the Git repository, using
-dom-{apply,save}-patches, from the dh-ocaml (>= 0.5) package. Please
-refer to the appendix about Git in the Debian OCaml Packaging Policy
-(from the same package).
-
- -- Stéphane Glondu <glondu at debian.org>, Sun, 30 Aug 2009 01:04:36 +0200

-- 
janest-core packaging



More information about the Pkg-ocaml-maint-commits mailing list