File: compat403.ml

package info (click to toggle)
ocaml-obuild 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,456 kB
  • sloc: ml: 14,491; sh: 211; ansic: 34; makefile: 11
file content (17 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
let bytes_of_string = Bytes.of_string
let bytes_to_string = Bytes.to_string
let bytes_make = Bytes.make
let bytes_create = Bytes.create
let bytes_get = Bytes.get
let bytes_set = Bytes.set
let bytes_length = Bytes.length
let bytes_index_from = Bytes.index_from

let buffer_add_subbytes = Buffer.add_subbytes

let string_uncapitalize = String.uncapitalize_ascii
let string_capitalize = String.capitalize_ascii
let string_lowercase = String.lowercase_ascii
let string_uppercase = String.uppercase_ascii
let char_uppercase = Char.uppercase_ascii