# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "0.1" synopsis: "OVO parser for CAISAR" maintainer: [ "LAISER team, Software Safety and Security Laboratory, CEA-List" ] authors: ["LAISER team, Software Safety and Security Laboratory, CEA-List"] license: "LGPL-2.1-only" homepage: "https://git.frama-c.com/pub/caisar" doc: "https://git.frama-c.com/pub/caisar" bug-reports: "https://git.frama-c.com/pub/caisar/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.13"} "base" {>= "v0.14.0"} "csv" {>= "2.4"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://git.frama-c.com/pub/caisar.git"