# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "OCaml Org Mode parser library" description: "A compact OCaml library for parsing Org Mode documents." maintainer: ["Marius PETER"] authors: ["Marius PETER"] license: "GPL-3.0-only" homepage: "https://git.mlnp.fr/ocaml-org" depends: [ "dune" {>= "3.0"} "ocaml" {>= "5.0"} "menhir" {>= "20231231"} "alcotest" {with-test & >= "0.8.5"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ]