Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Encoding coming from functor application #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 3 additions & 7 deletions esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
},
"keywords": ["css", "flexbox", "layout", "reason"],
"esy": {
"build": [["dune", "build", "--profile=release"]],
"buildsInSource": "_build"
"build": [["dune", "build", "--profile=release"]]
},
"scripts": {
"build:dev": "refmterr dune build --no-buffer",
Expand All @@ -18,20 +17,17 @@
},
"dependencies": {
"@opam/dune": "^1.0.0",
"@esy-ocaml/reason": "^3.0.0"
"@esy-ocaml/reason": "^3.0.0",
"ocaml": ">=4.3.0"
},
"resolutions": {
"@opam/re": "1.8.0"
},
"peerDependencies": {
"ocaml": "~4.6.0"
},
"devDependencies": {
"@opam/merlin": "*",
"@opam/js_of_ocaml": "*",
"@opam/js_of_ocaml-ppx": "*",
"@opam/js_of_ocaml-lwt": "*",
"ocaml": "~4.6.0",
"refmterr": "^3.1.9"
},
"TODO": "Add back the jsoo targets and some scripts to run the benchmarks in various JS VMs."
Expand Down
3 changes: 3 additions & 0 deletions esy.lock/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

# Set eol to LF so files aren't converted to CRLF-eol on Windows.
* text eol=lf
3 changes: 3 additions & 0 deletions esy.lock/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

# Reset any possible .gitignore, we want all esy.lock to be un-ignored.
!*
Loading