Skip to content

Commit

Permalink
build: Switch from obuild to oasis
Browse files Browse the repository at this point in the history
Signed-off-by: Euan Harris <[email protected]>
  • Loading branch information
euanh committed Jan 12, 2016
1 parent 2fbba86 commit f25a450
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 57 deletions.
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
dist/
META
_tags
*.mldylib
*.mllib
myocamlbuild.ml
setup.ml
setup.data
setup.log
_build/
*.native
*.clib
Makefile
configure
31 changes: 0 additions & 31 deletions Makefile

This file was deleted.

26 changes: 26 additions & 0 deletions _oasis
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
OASISFormat: 0.4
Name: cdrom
Version: 0.9.1
Synopsis: Query Linux CDROM devices
Authors: David Scott
License: LGPL-2.1 with OCaml linking exception
Plugins: META (0.4), Devfiles (0.4)
BuildTools: ocamlbuild

Library cdrom
Path: lib
FindlibName: cdrom
Modules: Cdrom
CSources: cdrom_stubs.c
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: unix

Executable query
Path: query
MainIs: query.ml
CompiledObject: best
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: cdrom

17 changes: 0 additions & 17 deletions cdrom.obuild

This file was deleted.

8 changes: 0 additions & 8 deletions lib/META

This file was deleted.

0 comments on commit f25a450

Please sign in to comment.