package ocsigenserver

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file ocsigen_config_static.ml

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
(* Warning! ocsigen_config_static.ml is generated automatically from
   ocsigen_config_static.ml.in! Do not modify it manually *)
(* Ocsigen
 * Copyright (C) 2005 Vincent Balat
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, with linking exception;
 * either version 2.1 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 *)

let version_number = "6.0.0"
let config_file = ref "/home/opam/.opam/5.2/lib/ocsigenserver/etc/ocsigenserver/ocsigenserver.conf"
let is_native = Sys.backend_type = Sys.Native
let logdir = ref (Some "/home/opam/.opam/5.2/lib/ocsigenserver/var/log/ocsigenserver")
let mimefile = ref "/home/opam/.opam/5.2/lib/ocsigenserver/etc/ocsigenserver/mime.types"
let datadir = ref "/home/opam/.opam/5.2/lib/ocsigenserver/var/lib/ocsigenserver"
let bindir = ref "/home/opam/.opam/5.2/bin"
let extdir = ref "/home/opam/.opam/5.2/lib/ocsigenserver/extensions"
let command_pipe = ref "/home/opam/.opam/5.2/lib/ocsigenserver/var/run/ocsigenserver_command"

let builtin_packages =
  List.fold_left
    (fun a s -> Ocsigen_lib.String.Set.add s a)
    Ocsigen_lib.String.Set.empty ["lwt";"bytes";"ocplib-endian";"ocplib-endian.bigstring";"unix";"threads";"lwt.unix";"ssl";"lwt_ssl";"lwt_log.core";"lwt_log";"domain-name";"macaddr";"ipaddr";"findlib.internal";"findlib";"zarith";"cryptokit";"seq";"re";"str";"xml-light";"dynlink";"base64";"sexplib0";"ppx_sexp_conv.runtime-lib";"stringext";"bigstringaf";"angstrom";"uri";"uri-sexp";"cohttp";"logs";"logs.lwt";"cohttp-lwt";"astring";"ipaddr-sexp";"conduit";"conduit-lwt";"ipaddr.unix";"uri.services";"conduit-lwt-unix";"fmt";"logs.fmt";"magic-mime";"cohttp-lwt-unix"; "ocsigenserver.polytables"; "ocsigenserver.cookies"; "ocsigenserver.baselib.base"; "ocsigenserver.baselib"; "ocsigenserver.http"; "ocsigenserver"; ]
OCaml

Innovation. Community. Security.