Skip to content

Commit

Permalink
remove META, jbuilder -> dune
Browse files Browse the repository at this point in the history
  • Loading branch information
let-def committed Sep 17, 2019
1 parent 3a6d18d commit 8c62f61
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 77 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.8 Tue Sep 17 11:59:03 CEST 2019
--------------------------

Important bugfix in the balancing algorithm of Baltree.
Use dune binary instead of jbuilder.
Remove references to Pervasives for OCaml 4.08 compatibility.

v0.7 Sun Jul 8 17:11:24 CEST 2018
--------------------------

Expand Down
74 changes: 0 additions & 74 deletions META

This file was deleted.

1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
(lang dune 1.2)
(name grenier)
7 changes: 4 additions & 3 deletions grenier.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ license: "ISC"
dev-repo: "git+https://github.com/let-def/grenier.git"
doc: "https://let-def.github.io/grenier/doc"
build: [
["jbuilder" "subst" "-p" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.02"}
"jbuilder" {build}
"dune" {>= "1.2.0"}
]
synopsis: "A collection of various algorithms in OCaml"
description: """
Expand Down

0 comments on commit 8c62f61

Please sign in to comment.