-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
34 lines (31 loc) · 1.28 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: jackson
Version: 0.1
Synopsis: Post Office Protocol
Description: Post Office Protocol
Authors: Romain Calascibetta
Maintainers: Romain Calascibetta <romain.calascibetta@gmail.com>
Homepage: https://github.com/dinosaure/Jackson
License: MIT
Plugins: META (0.3), DevFiles (0.3)
BuildTools: ocamlbuild
OCamlVersion: >= 4.02
AlphaFeatures: ocamlbuild_more_args
Library jackson
Path: lib
Modules: Jackson
InternalModules: Jackson_decoder, Jackson_error, Jackson_baseDecoder, Jackson_encoder, Jackson_baseEncoder, Jackson_pop
BuildDepends: logs, logs.cli, logs.fmt, ipaddr
SourceRepository master
Type: git
Location: https://github.com/oklm-wsh/Jackson.git
Browser: https://github.com/oklm-wsh/Jackson
Document "jackson"
Type: ocamlbuild (0.4)
BuildTools: ocamldoc
Title: "Jackson"
PostCommand: cp doc/* jackson.docdir/
XOCamlbuildPath: .
XOCamlbuildLibraries: jackson
XOCamlbuildExtraArgs:
"-docflags '-colorize-code -keep-code -charset utf-8'"