Skip to content

Commit

Permalink
Add Oasis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
leviroth committed Jun 11, 2017
1 parent 34acc7e commit cfef9d8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ _build
*.native
*.byte
*.d.native
*.p.byte
*.p.byte
_tags
setup.*
myocamlbuild.ml
14 changes: 14 additions & 0 deletions _oasis
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
OASISFormat: 0.4
Name: Backgammon
Version: 0.1
Synopsis: An Ocaml implementation of Backgammon.
Authors: Levi Roth
License: MIT
Executable cli
Path: src/
BuildTools: ocamlbuild
MainIs: cli.ml
CompiledObject: native
BuildDepends: core_kernel
ByteOpt: -thread -ppx 'ppx-jane -as-ppx'
NativeOpt: -thread -ppx 'ppx-jane -as-ppx'

0 comments on commit cfef9d8

Please sign in to comment.