diff --git a/CHANGES b/CHANGES index f173d61..253dae1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +== 0.7.1 + + * Compatibility with OCaml 4.03 + == 0.7 * Compatibility with ocaml-4.02 (Peter Zotoz, Hugo Heuzard) diff --git a/_oasis b/_oasis index ba2d437..38a85ad 100644 --- a/_oasis +++ b/_oasis @@ -1,7 +1,7 @@ OASISFormat: 0.4 Name: deriving OCamlVersion: >= 3.12.1 -Version: 0.7 +Version: 0.7.1 Synopsis: Extension to OCaml for deriving functions from type declarations Authors: Jeremy Yallop License: MIT diff --git a/opam b/opam index bf200f3..da07737 100644 --- a/opam +++ b/opam @@ -2,8 +2,10 @@ opam-version: "1.2" name: "deriving" version: "dev" maintainer: "dev@ocsigen.org" -homepage: "http://ocsigen.org/deriving/" +author: "Jeremy Yallop " +homepage: "http://github.com/ocsigen/deriving/" bug-reports: "https://github.com/ocsigen/deriving/issues/" +dev-repo: "https://github.com/ocsigen/deriving.git" license: "MIT" build: [ [ "./configure" "--prefix" prefix "--%{type_conv:enable}%-tc" ]