# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Various tools for manipulating first-order terms" description: "This library provides various tools for manipulating first-order terms, such as pretty-printing, substitution, unification, etc." maintainer: ["igarnier@protonmail.com"] authors: ["Ilias Garnier"] license: "MIT" tags: ["symbolics" "rewriting"] homepage: "http://github.com/igarnier/term-tools" bug-reports: "http://github.com/igarnier/term-tools" depends: [ "dune" {>= "3.0"} "ocaml" {>= "4.14"} "hashcons" {>= "1.4.0"} "containers" {>= "3.13.1"} "printbox" {>= "0.11"} "printbox-text" {>= "0.9.0"} "fmt" {>= "0.9.0"} "alcotest" {>= "0.8.1" & with-test} "qcheck" {>= "0.21" & with-test} "qcheck-core" {>= "0.21" & with-test} "qcheck-alcotest" {>= "0.21" & with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/igarnier/term-tools" url { src: "https://github.com/igarnier/term-tools/archive/refs/tags/0.0.2.tar.gz" checksum: [ "md5=75acb747da03c0cd94d22c7f57cf0b1b" "sha512=594187718db0e8b6decd40b353b1b3dad883deb59b7196378bb16783d22070d853f1ab5c5017d5eb826f8c435fde991769a0fe557e31abb2c50953f0e757525a" ] }