-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_oasis
32 lines (28 loc) · 998 Bytes
/
_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
OASISFormat: 0.4
OCamlVersion: >= 4.03.0
Name: stationary
Version: 0.0.1
Maintainers: Izaak Meckler
Homepage: https://github.com/imeckler/stationary
Synopsis: A library for generating static sites in OCaml
Authors: [email protected]
License: BSD-3-clause
Plugins: META (0.4), DevFiles (0.4)
AlphaFeatures: ocamlbuild_more_args
XOCamlbuildExtraArgs: "-tag thread -cflags '-w -40'"
Description:
Stationary is a library for generating static sites in OCaml.
Library "stationary"
Path: src
BuildTools:ocamlbuild
InternalModules: Stationary_std_internal
Modules: Stationary, Html, Attribute, File, File_system, Site
BuildDepends: core, async
# Document "stationary_docs"
# Type: ocamlbuild (0.4)
# BuildTools: ocamldoc, ocamlbuild
# Title: Docs for stationary
# XOCamlbuildPath: .
# XOCamlbuildExtraArgs:
# "-docflags '-colorize-code -short-functors -charset utf-8' -tag thread -cflags '-w -40'"
# XOCamlbuildLibraries: stationary