package posix-uname
Bindings for posix uname
Install
Dune Dependency
Authors
Maintainers
Sources
v2.0.1.tar.gz
md5=7bb4d95f4eaa43ebaf0a62817bf95006
sha512=872ec65363561596c6f0c97ea5bb909bdf375d96502491ec428da71cefb3c43d821a0969ecd453db9b6525e22cef16378b5b069b492141ae18e82efb22d2f724
doc/src/posix-uname.types/posix_uname_types.ml.html
Source file posix_uname_types.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
module Constants = Posix_uname_constants.Def (Posix_uname_generated_constants) include Constants module Def (S : Cstubs.Types.TYPE) = struct module Utsname = struct type t = unit let t = S.structure "utsname" let sysname = S.field t "sysname" (S.array sysname_len S.char) let nodename = S.field t "nodename" (S.array nodename_len S.char) let release = S.field t "release" (S.array release_len S.char) let version = S.field t "version" (S.array version_len S.char) let machine = S.field t "machine" (S.array machine_len S.char) let () = S.seal t end end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>