(executable
  (name example)
  (libraries
    ocamlLecture
    batteries
  )
  (flags
    (:standard -w -39) ;for ppx_deriving_yojson, which generates extra rec flags
  )
  (modes byte)
)
