Skip to content

Commit

Permalink
Merge pull request #13 from grain-lang/infra
Browse files Browse the repository at this point in the history
ocamlformat and some structure stuff
  • Loading branch information
phated authored Jul 21, 2020
2 parents f0a15e8 + e5f9b66 commit c925d64
Show file tree
Hide file tree
Showing 61 changed files with 3,710 additions and 238 deletions.
Empty file added .ocamlformat
Empty file.
26 changes: 17 additions & 9 deletions esy.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
{
"name": "binaryen.ml",
"version": "0.2.2",
"esy": {
"build": "dune build @all @install --no-buffer",
"buildEnv": {
"DUNE_BUILD_DIR": "#{self.target_dir}"
}
},
"scripts": {
"test": "dune runtest --force"
},
"description": "OCaml bindings for Binaryen.",
"author": "Oscar Spencer <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"ocaml": "^4.9.0",
"@opam/dune": "~2.6.1"
},
"devDependencies": {
"@opam/conf-cmake": "*",
"@opam/conf-python-3": "*",
"@opam/ocamlformat": "*",
"@opam/ocaml-lsp-server": "ocaml/ocaml-lsp:ocaml-lsp-server.opam#ce1840355541ff60b999e39388835027f89d8798"
},
"esy": {
"build": "dune build @all @install --no-buffer",
"buildEnv": {
"DUNE_BUILD_DIR": "#{self.target_dir}"
}
},
"scripts": {
"test": "dune runtest --force",
"format": "dune build @fmt --auto-promote"
},
"installConfig": {
"pnp": false
}
}
Loading

0 comments on commit c925d64

Please sign in to comment.