this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "A Front-end library for SMT solvers in OCaml" 4description: "A Multi Back-end Front-end for SMT Solvers in OCaml." 5maintainer: ["Filipe Marques <filipe.s.marques@tecnico.ulisboa.pt>"] 6authors: [ 7 "João Pereira <joaomhmpereira@tecnico.ulisboa.pt>" 8 "Filipe Marques <filipe.s.marques@tecnico.ulisboa.pt>" 9 "Hichem Rami Ait El Hara <hra@ocamlpro.com>" 10 "Léo Andrès <contact@ndrs.fr>" 11 "Arthur Carcano <arthur.carcano@ocamlpro.com>" 12 "Pierre Chambart <pierre.chambart@ocamlpro.com>" 13 "José Fragoso Santos <jose.fragoso@tecnico.ulisboa.pt>" 14] 15license: "MIT" 16homepage: "https://github.com/formalsec/smtml" 17doc: "https://formalsec.github.io/smtml/smtml/index.html" 18bug-reports: "https://github.com/formalsec/smtml/issues" 19depends: [ 20 "bos" 21 "cmdliner" {>= "1.2.0" & < "2.0.0"} 22 "dune" {>= "3.10"} 23 "dune-glob" {with-test} 24 "dolmen" {= "0.10"} 25 "dolmen_type" {= "0.10"} 26 "dolmen_model" {= "0.10"} 27 "fmt" {>= "0.8.7"} 28 "fpath" 29 "hc" {>= "0.3"} 30 "menhir" {build & >= "20220210"} 31 "ocaml" {>= "4.14.0"} 32 "ocaml_intrinsics" 33 "patricia-tree" {>= "0.10.0"} 34 "prelude" {>= "0.5"} 35 "rusage" 36 "scfg" {>= "0.5"} 37 "yojson" {>= "1.6.0"} 38 "zarith" {>= "1.5"} 39 "odoc" {with-doc} 40 "sherlodoc" {with-doc} 41 "bisect_ppx" {with-test & >= "2.5.0"} 42 "benchpress" {with-dev-setup & = "dev"} 43 "cohttp" {with-dev-setup} 44 "cohttp-lwt-unix" {with-dev-setup} 45 "core_unix" {with-dev-setup} 46 "lwt" {with-dev-setup} 47 "mdx" {with-test} 48 "owl" {with-dev-setup} 49 "tls-lwt" {with-dev-setup} 50] 51depopts: ["alt-ergo-lib" "bitwuzla-cxx" "colibri2" "cvc5" "z3"] 52conflicts: [ 53 "bitwuzla-cxx" {< "0.6.0"} 54 "z3" {< "4.12.2" | >= "4.14"} 55] 56build: [ 57 ["dune" "subst"] {dev} 58 [ 59 "dune" 60 "build" 61 "-p" 62 name 63 "-j" 64 jobs 65 "@install" 66 "@runtest" {with-test} 67 "@doc" {with-doc} 68 ] 69] 70dev-repo: "git+https://github.com/formalsec/smtml.git" 71available: arch != "arm32" & arch != "x86_32" 72url { 73 src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.5.0.tar.gz" 74 checksum: [ 75 "md5=39fb2c7198627af46e0cce2f011fd3b1" 76 "sha512=00917d9d2eab76e014df7994413d9e6ff1c8a8b8ddeae06d6e8b93aff44163e9e7e2e91a31091a85e7835debd04cc9634464d7896f1b3f226a3d4638f9c187db" 77 ] 78}