; SPDX-License-Identifier: MPL-2.0
; Copyright (c) 2026 Jonathan D.A. Jewell

(menhir
 (modules parser))

(library
 (name oblibeny)
 (public_name oblibeny)
 (libraries yojson)
 (preprocess (pps ppx_deriving.show)))
