# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "0.1.0" synopsis: "Symbolic differentiation engine with intelligent simplification" depends: [ "ocaml" {>= "4.14"} "dune" {>= "3.0"} "ounit2" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ]