-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_oasis
66 lines (54 loc) · 1.59 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
OASISFormat: 0.4
Name: tftp
Version: 0.1.4
Synopsis: Trivial FTP
Authors: Richard Mortier
License: ISC
BuildTools: ocamlbuild
AlphaFeatures: ocamlbuild_more_args, pure_interface
Plugins: META (0.4), DevFiles (0.4)
XDevFilesMakefileNoTargets: clean, uninstall
XDevFilesEnableConfigure: false
Flag "lwt"
Description : Lwt_unix backend
Default : true
Flag "mirage"
Description : Mirage backend
Default : true
Library "tftp-wire"
CompiledObject: best
Path: lib/
FindlibName: wire
FindlibParent: tftp
Modules: Tftp_wire
BuildDepends: cstruct, cstruct.syntax, sexplib.syntax
Library "tftp"
CompiledObject: best
Path: lib/
FindlibName: tftp
Modules: Tftp, Tftp_config
BuildDepends: mirage, lwt, tftp.wire, io-page
# Library "tftp-lwt"
# Build $: flag(lwt)
# FindlibName : lwt
# FindlibParent : tftp
# Path : lwt
# Modules : Tftp_lwt
# BuildDepends : lwt, tftp
Library "tftp-mirage"
Build $: flag(mirage)
FindlibName : mirage
FindlibParent : tftp
Path : mirage
Modules : Tftp_mirage
BuildDepends : mirage-types, lwt, tftp, logs
Document "tftp"
Type: OCamlbuild (0.4)
BuildTools+: ocamldoc
Title: TFTP API reference
Install: true
PostCommand: cp doc/style.css tftp.docdir/
XOCamlbuildPath: lib/
XOCamlbuildExtraArgs:
"-docflags '-colorize-code -short-functors -short-paths -charset utf-8'"
XOCamlbuildLibraries: tftp.wire, tftp