Skip to content

Commit

Permalink
planck: fix dependencies and build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Doligez committed Mar 25, 2015
1 parent 125a70d commit ae4bb7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
3 changes: 2 additions & 1 deletion packages/planck/planck.2.1.0/opam
Expand Up @@ -10,7 +10,8 @@ remove: [["ocamlfind" "remove" "planck"]]
depends: [
"ocamlfind"
"sexplib" {>= "108.07.00"}
"spotlib" {>= "2.1.2"}
"type_conv"
"spotlib" {>= "2.1.2" & < "2.2.0"}
"omake"
"pa_monad_custom"
]
Expand Down
10 changes: 0 additions & 10 deletions packages/planck/planck.2.1.1/files/planck-fix-build.diff

This file was deleted.

5 changes: 3 additions & 2 deletions packages/planck/planck.2.1.1/opam
Expand Up @@ -3,6 +3,8 @@ maintainer: "jun.furuse@gmail.com"
homepage: "https://bitbucket.org/camlspotter/planck"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["sh" "-c" "ocaml setup.ml -build || :"]
["env" "PREFIX=%{prefix}%" "omake" "pa_bind_inline/pa_bind_inline.cmo"]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-install"]
]
Expand All @@ -11,10 +13,9 @@ depends: [
"ocamlfind"
"sexplib" {>= "108.07.00"}
"type_conv"
"spotlib" {>= "2.1.2"}
"spotlib" {>= "2.2.0"}
"ocamlgraph" {>= "1.8.2"}
"omake"
"pa_monad_custom"
]
ocaml-version: [>= "4.00.1"]
patches: ["planck-fix-build.diff"]

0 comments on commit ae4bb7d

Please sign in to comment.