[Pkg-ocaml-maint-commits] [SCM] ocaml-data-notation packaging branch, master, updated. debian/0.0.3-1-9-gb11498e
Stephane Glondu
steph at glondu.net
Mon Jun 27 16:15:54 UTC 2011
The following commit has been merged in the master branch:
commit 22802edbbba7248d85a3a109b596f06db7c7f19d
Author: Stephane Glondu <steph at glondu.net>
Date: Mon Jun 27 17:52:51 2011 +0200
Ignore src/META.bak removed by upstream cleaning rule
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8820cde
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+src/META.bak
diff --git a/src/META.bak b/src/META.bak
deleted file mode 100644
index 279a271..0000000
--- a/src/META.bak
+++ /dev/null
@@ -1,52 +0,0 @@
-################################################################################
-# ODN: Dump data using OCaml notation #
-# #
-# Copyright (C) 2009-2011, OCamlCore SARL #
-# #
-# This library is free software; you can redistribute it and/or modify it #
-# under the terms of the GNU Lesser General Public License as published by #
-# the Free Software Foundation; either version 2.1 of the License, or (at #
-# your option) any later version, with the OCaml static compilation #
-# exception. #
-# #
-# This library 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 file COPYING for more #
-# details. #
-# #
-# You should have received a copy of the GNU Lesser General Public License #
-# along with this library; if not, write to the Free Software Foundation, #
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #
-################################################################################
-
-# OASIS_START
-# DO NOT EDIT (digest: 76a57250480fb2fef14acb964037297b)
-version = "0.0.2"
-description = "Store data using OCaml notation"
-archive(byte) = "odn.cma"
-archive(native) = "odn.cmxa"
-exists_if = "odn.cma"
-package "without" (
- description = "Virtual container"
- package "syntax" (
- version = "0.0.2"
- description = "Syntax extension that removes 'with odn'"
- requires = "type-conv camlp4"
- archive(syntax,preprocessor) = "pa_noodn.cma"
- archive(syntax,toploop) = "pa_noodn.cma"
- exists_if = "pa_noodn.cma"
- )
-)
-
-package "with" (
- description = "Virtual container"
- package "syntax" (
- version = "0.0.2"
- description = "Syntax extension for odn"
- requires = "type-conv camlp4 odn"
- archive(syntax,preprocessor) = "pa_odn.cma"
- archive(syntax,toploop) = "pa_odn.cma"
- exists_if = "pa_odn.cma"
- )
-)
-# OASIS_STOP
--
ocaml-data-notation packaging
More information about the Pkg-ocaml-maint-commits
mailing list