-
Notifications
You must be signed in to change notification settings - Fork 4
/
_oasis
45 lines (40 loc) · 1.01 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
35
36
37
38
39
40
41
42
43
44
45
OASISFormat: 0.3
Name: dnscurve
Version: 0.3.0
Synopsis: DNSCurve protocol for DNS queries over a secure channel
Authors: David Sheets
License: ISC
Plugins: META (0.3), DevFiles (0.3)
BuildTools: ocamlbuild
Flag lwt
Description: build the Lwt library
Default: false
Library dnscurve
Path: lib
Modules: Base32, Dnscurve, Dnscurve_resolver
BuildDepends: sodium, dns
Findlibname: dnscurve
NativeOpt: -w @f@p@u
ByteOpt: -w @f@p@u
Library lwt
Path: lwt
Build$: flag(lwt)
Install$: flag(lwt)
Modules: Dnscurve_processor
BuildDepends: lwt, dns.lwt, dnscurve
Findlibname: lwt
FindlibParent: dnscurve
NativeOpt: -w @f@p@u
ByteOpt: -w @f@p@u
Executable test
Path: lib_test
MainIs: test.ml
Build$: flag(tests)
Custom: true
CompiledObject: best
Install: false
BuildDepends: dnscurve, oUnit
Test test
Run$: flag(tests)
Command: $test
WorkingDirectory: lib_test