this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26283 from filipeom/opam-publish-smtml.0.2.3

Package smtml.0.2.3

authored by

Thomas Gazagnaire and committed by
GitHub
2c48498c cc7e6689

+58
+58
packages/smtml/smtml.0.2.3/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "A Front-end library for SMT solvers in OCaml" 4 + description: "A Multi Back-end Front-end for SMT Solvers in OCaml." 5 + maintainer: ["Filipe Marques <filipe.s.marques@tecnico.ulisboa.pt>"] 6 + authors: ["Filipe Marques <filipe.s.marques@tecnico.ulisboa.pt>"] 7 + license: "GPL-3.0-only" 8 + homepage: "https://github.com/formalsec/smtml" 9 + doc: "https://formalsec.github.io/smtml/smtml/index.html" 10 + bug-reports: "https://github.com/formalsec/smtml/issues" 11 + depends: [ 12 + "dune" {>= "3.10"} 13 + "ocaml" {>= "4.14.0"} 14 + "prelude" {>= "0.2"} 15 + "ocaml_intrinsics" 16 + "fmt" {>= "0.8.7"} 17 + "cmdliner" {>= "1.2.0"} 18 + "zarith" {>= "1.5"} 19 + "hc" {>= "0.3"} 20 + "menhir" {build & >= "20220210"} 21 + "rusage" 22 + "yojson" {>= "1.6.0"} 23 + "odoc" {with-doc} 24 + "bisect_ppx" {with-test & >= "2.5.0"} 25 + ] 26 + depopts: [ 27 + "z3" {>= "4.12.2" & < "4.14"} 28 + "colibri2" 29 + "bitwuzla-cxx" {>= "0.4.0"} 30 + "cvc5" 31 + ] 32 + conflicts: [ 33 + "z3" {< "4.12.2" | >= "4.14"} 34 + "bitwuzla-cxx" {< "0.4.0"} 35 + ] 36 + build: [ 37 + ["dune" "subst"] {dev} 38 + [ 39 + "dune" 40 + "build" 41 + "-p" 42 + name 43 + "-j" 44 + jobs 45 + "@install" 46 + "@runtest" {with-test} 47 + "@doc" {with-doc} 48 + ] 49 + ] 50 + dev-repo: "git+https://github.com/formalsec/smtml.git" 51 + available: arch != "arm32" & arch != "x86_32" 52 + url { 53 + src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.2.3.tar.gz" 54 + checksum: [ 55 + "md5=b984b48856b792a4bc2d88c43d2c631f" 56 + "sha512=c8b89cc96c258bfca39bba17c99269f5b85f8cedc44ea6c83316b61f0cc6c22b6e4879bd71ffe141df51788b47d8211ec5780dcd05a61b1376f2796e4aedfee7" 57 + ] 58 + }