[Pkg-ocaml-maint-commits] [ppx-derivers] 02/04: New upstream version 1.1

Ralf Treinen treinen at moszumanska.debian.org
Thu Feb 22 15:19:10 UTC 2018


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

treinen pushed a commit to branch master
in repository ppx-derivers.

commit 28bf36fdd891bf38c766b09eab38d0daf712dbf1
Author: Ralf Treinen <treinen at debian.org>
Date:   Thu Feb 22 16:16:47 2018 +0100

    New upstream version 1.1
---
 CHANGES.md        |  7 +++++++
 LICENSE.md        | 24 ++++++++++++++++++++++++
 pkg/pkg.ml        |  2 ++
 ppx_derivers.opam |  7 +++----
 4 files changed, 36 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
new file mode 100644
index 0000000..dc59418
--- /dev/null
+++ b/CHANGES.md
@@ -0,0 +1,7 @@
+# 1.1
+
+- Added a LICENSE.md file
+
+# 1.0
+
+- Initial release
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..4473a48
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,24 @@
+Copyright (c) 2011, Jeremie Dimino <jeremie at dimino.org>
+All rights reserved.
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+    * 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.
+    * Neither the name of Jeremie Dimino nor the names of his
+      contributors may be used to endorse or promote products derived
+      from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``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 AND CONTRIBUTORS 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.
diff --git a/pkg/pkg.ml b/pkg/pkg.ml
new file mode 100644
index 0000000..1a04c2b
--- /dev/null
+++ b/pkg/pkg.ml
@@ -0,0 +1,2 @@
+#use "topfind"
+#require "topkg-jbuilder.auto"
diff --git a/ppx_derivers.opam b/ppx_derivers.opam
index f2a1596..8ee81ac 100644
--- a/ppx_derivers.opam
+++ b/ppx_derivers.opam
@@ -1,11 +1,10 @@
 opam-version: "1.2"
-version: "1.0"
 maintainer: "jeremie at dimino.org"
 authors: ["Jérémie Dimino"]
 license: "BSD3"
-homepage: "https://github.com/diml/ppx_derivers"
-bug-reports: "https://github.com/diml/ppx_derivers/issues"
-dev-repo: "git://github.com/diml/ppx_derivers.git"
+homepage: "https://github.com/ocaml-ppx/ppx_derivers"
+bug-reports: "https://github.com/ocaml-ppx/ppx_derivers/issues"
+dev-repo: "git://github.com/ocaml-ppx/ppx_derivers.git"
 build: [
   ["jbuilder" "build" "-p" name "-j" jobs]
 ]

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



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