Skip to content

Commit

Permalink
bump the minimum required OCaml version up to 4.03.0
Browse files Browse the repository at this point in the history
Also add Thomas Leonard to the authors list
  • Loading branch information
avsm committed Jul 11, 2017
1 parent 169bfd6 commit 4f0bf7d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions cstruct-async.opam
Expand Up @@ -2,7 +2,7 @@ opam-version: "1.2"
maintainer: "anil@recoil.org"
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
"Mindy Preston" ]
"Mindy Preston" "Thomas Leonard" ]
homepage: "https://github.com/mirage/ocaml-cstruct"
license: "ISC"
dev-repo: "https://github.com/mirage/ocaml-cstruct.git"
Expand All @@ -19,4 +19,4 @@ depends: [
"core_kernel" {>="v0.9.0"}
"cstruct" {>="3.0.0"}
]
available: [ocaml-version >= "4.02.3"]
available: [ocaml-version >= "4.03.0"]
4 changes: 2 additions & 2 deletions cstruct-lwt.opam
Expand Up @@ -2,7 +2,7 @@ opam-version: "1.2"
maintainer: "anil@recoil.org"
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
"Mindy Preston" ]
"Mindy Preston" "Thomas Leonard" ]
homepage: "https://github.com/mirage/ocaml-cstruct"
license: "ISC"
dev-repo: "https://github.com/mirage/ocaml-cstruct.git"
Expand All @@ -18,4 +18,4 @@ depends: [
"cstruct"
"jbuilder" {build & >="1.0+beta7"}
]
available: [ocaml-version >= "4.02.3"]
available: [ocaml-version >= "4.03.0"]
4 changes: 2 additions & 2 deletions cstruct-unix.opam
Expand Up @@ -2,7 +2,7 @@ opam-version: "1.2"
maintainer: "anil@recoil.org"
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
"Mindy Preston" ]
"Mindy Preston" "Thomas Leonard" ]
homepage: "https://github.com/mirage/ocaml-cstruct"
license: "ISC"
dev-repo: "https://github.com/mirage/ocaml-cstruct.git"
Expand All @@ -17,4 +17,4 @@ depends: [
"base-unix"
"cstruct"
]
available: [ocaml-version >= "4.02.3"]
available: [ocaml-version >= "4.03.0"]
4 changes: 2 additions & 2 deletions cstruct.opam
Expand Up @@ -2,7 +2,7 @@ opam-version: "1.2"
maintainer: "anil@recoil.org"
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
"Mindy Preston" ]
"Mindy Preston" "Thomas Leonard" ]
homepage: "https://github.com/mirage/ocaml-cstruct"
license: "ISC"
dev-repo: "https://github.com/mirage/ocaml-cstruct.git"
Expand All @@ -21,4 +21,4 @@ depends: [
"base-bytes"
"ounit" {test}
]
available: [ocaml-version >= "4.02.3"]
available: [ocaml-version >= "4.03.0"]
4 changes: 2 additions & 2 deletions ppx_cstruct.opam
Expand Up @@ -2,7 +2,7 @@ opam-version: "1.2"
maintainer: "anil@recoil.org"
authors: ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
"Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
"Mindy Preston" ]
"Mindy Preston" "Thomas Leonard" ]
homepage: "https://github.com/mirage/ocaml-cstruct"
license: "ISC"
dev-repo: "https://github.com/mirage/ocaml-cstruct.git"
Expand All @@ -25,4 +25,4 @@ depends: [
"ppx_sexp_conv" {test}
"cstruct-unix" {test}
]
available: [ocaml-version >= "4.02.3"]
available: [ocaml-version >= "4.03.0"]

0 comments on commit 4f0bf7d

Please sign in to comment.