Skip to content

Commit

Permalink
Port to dune
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Jul 24, 2018
1 parent 0c8167f commit d4fe057
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 16 deletions.
4 changes: 4 additions & 0 deletions bin/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(executable
(name hello)
(public_name hello)
(libraries lib))
6 changes: 0 additions & 6 deletions bin/jbuild

This file was deleted.

1 change: 1 addition & 0 deletions dune
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(ignored_subdirs (node_modules))
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(lang dune 1.0)
1 change: 0 additions & 1 deletion jbuild-ignore

This file was deleted.

1 change: 0 additions & 1 deletion lib/Util.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
open Lwt
open LTerm_style
open LTerm_text

Expand Down
4 changes: 4 additions & 0 deletions lib/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(library
(name lib)
(public_name hello-ocaml)
(libraries lambda-term lwt))
6 changes: 0 additions & 6 deletions lib/jbuild

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "MIT",
"esy": {
"build": [
"jbuilder build"
"dune build"
],
"install": [
"esy-installer"
"dune install --prefix=#{self.install}"
],
"buildsInSource": "_build"
},
Expand Down

0 comments on commit d4fe057

Please sign in to comment.