; The OCaml Trusted Computing Base!
; see https://en.wikipedia.org/wiki/Trusted_computing_base for more info
(library
 (public_name TCB)
 (wrapped false)
 (libraries
    unix
    memtrace
    eio
    eio_main
 )
 (preprocess
   (pps
     ppx_deriving.show
   )
 )
)
