mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-10 21:23:57 -05:00
11 lines
300 B
Text
11 lines
300 B
Text
(library
|
|
(name containers_leb128)
|
|
(public_name containers.leb128)
|
|
(synopsis
|
|
"LEB128 encoding (https://en.wikipedia.org/wiki/LEB128) for cephalopod")
|
|
(libraries containers)
|
|
(foreign_stubs
|
|
(language c)
|
|
(flags :standard -std=c99 -O2)
|
|
(names stubs))
|
|
(ocamlopt_flags :standard -inline 100))
|