package pyml

  1. Overview
  2. Docs

Source file pyml_arch.ml

1
2
3
4
5
6
7
8
9
10
11
12
let library_patterns: (int -> int -> string, unit, string) format list =
  ["libpython%d.%dm.so"; "libpython%d.%d.so"]

let library_suffix = ".so"

let ensure_executable_suffix executable = executable

let which = "which"

external fd_of_int: int -> Unix.file_descr = "%identity"

let path_separator = ":"