Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuihtlauac ALVARADO committed Jan 17, 2024
0 parents commit 5089f82
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM ocaml/opam
RUN opam update
RUN opam install -y dune merlin ocamlformat utop ocaml-lsp-server
12 changes: 12 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "OCaml.org",
"dockerFile": "Dockerfile",
"customizations": {
"vscode": {
"extensions": ["ocamllabs.ocaml-platform"]
}
},
"containerUser": "opam",
"forwardPorts": [8080],
"onCreateCommand": "opam install --deps-only --with-doc --with-test --yes ."
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_build
1 change: 1 addition & 0 deletions dune
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(library (name camellito) (public_name camellito))
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(lang dune 3.12)
(package (name camellito))

0 comments on commit 5089f82

Please sign in to comment.