Skip to content

Commit

Permalink
Merge pull request #85 from srz-zumix/feature/ocaml_alias
Browse files Browse the repository at this point in the history
add ocaml alias
  • Loading branch information
srz-zumix authored Jan 14, 2022
2 parents 1b8779e + 041ad56 commit bc7bbe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ Import modules/.c required for compilation are automatically added to the file l

* wandbox-ocamlopt
(wandbox -l OCaml)
* wandbox-ocaml
(wandbox -l OCaml)

#### OCaml Example

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
'wandbox-lua = wandbox.__lua__:main',
'wandbox-luajit = wandbox.__lua__:luajit',
'wandbox-nim = wandbox.__nim__:main',
'wandbox-ocaml = wandbox.__ocaml__:main',
'wandbox-ocamlopt = wandbox.__ocaml__:main',
'wandbox-ssl = wandbox.__openssl__:main',
'wandbox-fpc = wandbox.__pascal__:main',
Expand Down

0 comments on commit bc7bbe2

Please sign in to comment.