This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository sexplib310.

commit 9edd161a595c135fb2ed651089cd004478962304
Author: Stephane Glondu <st...@glondu.net>
Date:   Fri Aug 19 09:10:58 2016 +0200

    Remove obsolete README.Debian
---
 debian/README.Debian | 47 -----------------------------------------------
 1 file changed, 47 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 1c31713..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,47 +0,0 @@
-Syntax extension usage
-======================
-
-The easiest way to use Sexplib syntax extension is via findlib.
-
-To compile sources which are using it invoke findlib passing "-syntax camlp4o"
-and providing the "sexplib.syntax" package. For example:
-
-  /tmp$ cp /usr/share/doc/libsexplib-camlp4-dev/examples/conv_test.ml /tmp
-  /tmp$ ocamlfind ocamlc -linkpkg -package sexplib.syntax -syntax camlp4o -o 
conv_test conv_test.ml
-
-Similarly, to try the syntax extension in the toplevel:
-
-  $ ledit ocaml
-        Objective Caml version 3.10.1
-
-  # #use "topfind";;
-  - : unit = ()
-  Findlib has been successfully loaded. Additional directives:
-  <snip>
-
-  # #camlp4o;;
-  /usr/lib/ocaml/3.10.1/camlp4: added to search path
-  /usr/lib/ocaml/3.10.1/camlp4/camlp4o.cma: loaded
-          Camlp4 Parsing version 3.10.1
-  
-  # #require "sexplib.syntax";;
-  <snip>
-  /usr/local/lib/ocaml/3.10.1/type-conv/pa_type_conv.cmo: loaded
-  /usr/lib/ocaml/3.10.1/sexplib/pa_sexp_conv.cmo: loaded
-
-  # type foo = Foo with sexp;;
-  type foo = Foo
-  val foo_of_sexp__ : Sexplib.Sexp.t -> foo = <fun>
-  val foo_of_sexp : Sexplib.Sexp.t -> foo = <fun>
-  val sexp_of_foo : foo -> Sexplib.Sexp.t = <fun>
-
-
-OCaml 3.10
-==========
-
-The only series of Sexplib supported in Debian is that for OCaml 3.10 or above,
-and the matching new CamlP4.  If you want a Sexplib for OCaml << 3.10 you will
-need to compile it by yourself; old tarballs are available at
-http://www.ocaml.info/home/ocaml_sources.html .
-
- -- Stefano Zacchiroli <z...@debian.org>  Sat, 03 May 2008 14:59:47 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/sexplib310.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to