Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_build
_opam
# Executable
eff.exe
docs/try/jseff.bc.js
Expand All @@ -17,4 +18,4 @@ docs/try/jseff.bc.js
.merlin

misc/code-generation-benchmarks/generate-graphs/tables/*.table
graphs.exe
graphs.exe
2 changes: 1 addition & 1 deletion .ocamlformat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.25.1
version=0.29
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
(name eff)
(synopsis "A functional programming language based on algebraic effect handlers")
(depends
multicont
Comment thread
bodzioney marked this conversation as resolved.
Outdated
js_of_ocaml
js_of_ocaml-ppx
menhir
Expand Down
3 changes: 2 additions & 1 deletion eff.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ homepage: "http://www.eff-lang.org/"
bug-reports: "https://github.com/matijapretnar/eff/issues"
depends: [
"dune" {>= "2.8"}
"multicont"
Comment thread
bodzioney marked this conversation as resolved.
Outdated
"js_of_ocaml"
"js_of_ocaml-ppx"
"menhir"
"ocaml" {>= "4.14.1"}
"ocamlformat" {= "0.25.1"}
"ocamlformat" {= "0.29.0"}
"odoc" {with-doc}
]
build: [
Expand Down