Codebase list ocaml-dssi / 1493e7c
Import upstream version 0.1.3+git20210823.1.55736bb Debian Janitor 2 years ago
2 changed file(s) with 1 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
+0
-18
.travis.yml less more
0 language: c
1 sudo: true
2 addons:
3 apt:
4 packages:
5 - ocaml-nox
6 - ocaml-findlib
7 - dssi-dev
8
9 before_install:
10 - git clone https://github.com/savonet/ocaml-ladspa
11 - cd ocaml-ladspa && git submodule init && git submodule update && ./bootstrap && ./configure && make && sudo make install
12
13 script:
14 - ./bootstrap
15 - ./configure
16 - make
17 - make -C examples
22 (public_name dssi)
33 (synopsis "OCaml bindings for dssi")
44 (libraries ladspa)
5 (enabled_if
6 (or
7 (= %{system} "linux")
8 (= %{system} "macosx")))
5 (enabled_if (<> %{os_type} "Win32"))
96 (foreign_stubs
107 (language c)
118 (names dssi_stubs)