first commit
This commit is contained in:
commit
b06a92c7de
38 changed files with 1824 additions and 0 deletions
41
src/dune
Normal file
41
src/dune
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
(library
|
||||
(public_name drame)
|
||||
(modules
|
||||
content
|
||||
cookie
|
||||
form
|
||||
handler
|
||||
html_doc
|
||||
meth
|
||||
mimetype
|
||||
request
|
||||
response
|
||||
route
|
||||
server
|
||||
session
|
||||
status
|
||||
syntax)
|
||||
(libraries
|
||||
bigstringaf
|
||||
bstr
|
||||
directories
|
||||
fmt
|
||||
fpath
|
||||
h1
|
||||
h2
|
||||
httpcats
|
||||
(re_export js_of_ocaml-compiler)
|
||||
miou
|
||||
miou.unix
|
||||
prelude
|
||||
ptime
|
||||
ptime.clock.os
|
||||
(re_export scfg)
|
||||
(re_export tyxml)
|
||||
(re_export tyxml.functor)
|
||||
htmlit
|
||||
unix
|
||||
uri
|
||||
uuidm)
|
||||
(flags
|
||||
(:standard -open Prelude)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue