Skip to content

Commit

Permalink
Remove most of the autogenerated OASIS files
Browse files Browse the repository at this point in the history
Instead use `oasis setup -setup-update dynamic`.

Signed-off-by: John Else <john.else@citrix.com>
  • Loading branch information
johnelse committed Nov 7, 2015
1 parent 795d6b5 commit 3b66d55
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 8,133 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ setup.log

test.data

api.docdir
osc_api.docdir

travis-coveralls.sh
.coverage/
18 changes: 11 additions & 7 deletions _oasis
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
OASISFormat: 0.3
OASISFormat: 0.4
Name: osc
Version: 0.1.0
Synopsis: Open Sound Control library
License: MIT
Authors: John Else
Copyrights: (C) 2014 John Else
BuildTools: ocamlbuild
Plugins: META (0.3)
Plugins: META (0.4), DevFiles (0.4)

Flag lwt
Description: build the Lwt library
Expand Down Expand Up @@ -80,10 +80,14 @@ Executable test_interop_sclang
Install: false
BuildDepends: oUnit, osc, osc.unix

Document api
AlphaFeatures: ocamlbuild_more_args
Document osc_api
Type: ocamlbuild (0.4)
BuildTools: ocamldoc

Title: Pure OCaml Open Sound Control implementation
Type: ocamlbuild (0.3)
BuildTools+: ocamldoc
XOcamlbuildModules: Osc, Osc_string, Osc_transport
XOcamlBuildPath: doc
XOcamlBuildPath: .
XOCamlbuildExtraArgs:
"-docflags '-colorize-code -short-functors -charset utf-8'"
XOcamlbuildLibraries: osc
Install: false
70 changes: 0 additions & 70 deletions _tags

This file was deleted.

27 changes: 27 additions & 0 deletions configure
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/bin/sh

# OASIS_START
# DO NOT EDIT (digest: dc86c2ad450f91ca10c931b6045d0499)
set -e

FST=true
for i in "$@"; do
if $FST; then
set --
FST=false
fi

case $i in
--*=*)
ARG=${i%%=*}
VAL=${i##*=}
set -- "$@" "$ARG" "$VAL"
;;
*)
set -- "$@" "$i"
;;
esac
done

ocaml setup.ml -configure "$@"
# OASIS_STOP
6 changes: 0 additions & 6 deletions doc/api.odocl

This file was deleted.

33 changes: 0 additions & 33 deletions lib/META

This file was deleted.

7 changes: 0 additions & 7 deletions lib/osc.mldylib

This file was deleted.

7 changes: 0 additions & 7 deletions lib/osc.mllib

This file was deleted.

4 changes: 0 additions & 4 deletions lwt/osc_lwt.mldylib

This file was deleted.

4 changes: 0 additions & 4 deletions lwt/osc_lwt.mllib

This file was deleted.

Loading

0 comments on commit 3b66d55

Please sign in to comment.