Skip to content

Commit

Permalink
release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed May 4, 2016
1 parent 714697d commit 3253867
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: d4398a294b0ecf07a972d883caedf1a2)
version = "1.5.0"
# DO NOT EDIT (digest: d907cf61bac72b29e21692256d7432e5)
version = "1.6.0"
description = "OCaml interface for generating Dockerfiles"
requires = "sexplib"
archive(byte) = "dockerfile.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "dockerfile.cmxa"
archive(native, plugin) = "dockerfile.cmxs"
exists_if = "dockerfile.cma"
package "opam-cmdliner" (
version = "1.5.0"
version = "1.6.0"
description = "OCaml interface for generating Dockerfiles"
requires = "dockerfile dockerfile.opam cmdliner"
archive(byte) = "opam-cmdliner.cma"
Expand All @@ -20,7 +20,7 @@ package "opam-cmdliner" (
)

package "opam" (
version = "1.5.0"
version = "1.6.0"
description = "OCaml interface for generating Dockerfiles"
requires = "dockerfile sexplib str bytes"
archive(byte) = "opam.cma"
Expand Down
9 changes: 4 additions & 5 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: a87353ea6ec7292fd36b046d1269aff5) *)
(* DO NOT EDIT (digest: a0b7fccf0532843e44657513f53d35e9) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6695,7 +6695,7 @@ let setup_t =
alpha_features = ["ocamlbuild_more_args"];
beta_features = [];
name = "dockerfile";
version = "1.5.0";
version = "1.6.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6891,15 +6891,14 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest =
Some "\239J\1586\203\147\180\231\016\215\171\163\234\019\023\229";
oasis_digest = Some "\233\211r\245\004\211,S\011L\173[f%\170\164";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 6904 "setup.ml"
# 6903 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;

0 comments on commit 3253867

Please sign in to comment.