forked from sagotch/ocaml-gpx
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_oasis
34 lines (31 loc) · 1.03 KB
/
_oasis
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
OASISFormat: 0.4
Name: gpx
Version: 0.3
Synopsis: GPX in OCaml
Description: GPX in OCaml
Authors: Julien Sagot
Maintainers: Romain Calascibetta <[email protected]>
Homepage: https://github.com/LamaUrbain/ocaml-gpx
License: MIT
Plugins: META (0.3), DevFiles (0.3)
BuildTools: ocamlbuild
OCamlVersion: >= 4.02
AlphaFeatures: ocamlbuild_more_args
Library gpx
Path: src
Modules: Gpx
BuildDepends: xmlm, ISO8601
NativeOpt: -w '-30'
ByteOpt: -w '-30'
Executable test
Build$: flag(tests)
Install: false
Path: src_test
MainIs: test.ml
CompiledObject: best
BuildDepends: gpx, re.str, alcotest
Test test
Run$: flag(tests)
TestTools: test
Command: $test
WorkingDirectory: .