package pfff

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

Source file config_pfff.ml

1
2
3
4
5
6
7
8
9
10
11
let version = "0.38"

let path = 
  try (Sys.getenv "PFFF_HOME") 
  with Not_found->"/usr/local/share/pfff"

let std_xxx = ref (Filename.concat path "xxx.yyy")

let logger = 
  try Some (Sys.getenv "PFFF_LOGGER")
  with Not_found-> None
OCaml

Innovation. Community. Security.