Skip to content

Commit

Permalink
Format upgrade merge (ocamlformat.0.6)
Browse files Browse the repository at this point in the history
Merge done by Camelus based on opam-lib 2.0.0~rc
  • Loading branch information
camelus committed Apr 30, 2018
2 parents e0703f9 + bc7b472 commit 83a360a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/ocamlformat/ocamlformat.0.6/opam
@@ -0,0 +1,28 @@
opam-version: "2.0"
maintainer: "OCamlFormat Team <ocamlformat-team@fb.com>"
authors: "Josh Berdine <jjb@fb.com>"
homepage: "https://github.com/ocaml-ppx/ocamlformat"
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
license: "MIT"
build: [
["tools/gen_version.sh" "src/Version.ml" version] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.04.1"}
"base" {>= "v0.11.0"}
"base-unix"
"cmdliner"
"jbuilder" {build & >= "1.0+beta20"}
"ocaml-migrate-parsetree" {>= "1.0.6"}
"ocamlformat_support" {>= "0.4" & < "0.5"}
"stdio"
]
synopsis: "Auto-formatter for OCaml code"
description:
"OCamlFormat is a tool to automatically format OCaml code in a uniform style."
url {
src: "https://github.com/ocaml-ppx/ocamlformat/archive/0.6.tar.gz"
checksum: "md5=73b1dea352fa121f5656d1fd651ad10d"
}

0 comments on commit 83a360a

Please sign in to comment.