this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Smt encoding library" 4description: "An OCaml abstraction layer for constraint solvers." 5maintainer: ["Filipe Marques <filipe.s.marques@tecnico.ulisboa.pt>"] 6authors: ["Filipe Marques <filipe.s.marques@tecnico.ulisboa.pt>"] 7license: "GPL-3.0-only" 8homepage: "https://github.com/formalsec/encoding" 9doc: "https://formalsec.github.io/encoding/encoding/index.html" 10bug-reports: "https://github.com/formalsec/encoding/issues" 11depends: [ 12 "dune" {>= "3.0"} 13 "ocaml" {>= "4.14.0"} 14 "z3" {>= "4.12.2" & < "4.13"} 15 "menhir" {build & >= "20220210"} 16 "cmdliner" {>= "1.2.0"} 17 "zarith" {>= "1.5"} 18 "ppx_inline_test" {with-test} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/formalsec/encoding.git" 36available: (arch = "x86_64" | arch = "arm64") & os != "win32" & arch != "x86_32" 37url { 38 src: 39 "https://github.com/formalsec/encoding/archive/refs/tags/v0.0.3.tar.gz" 40 checksum: [ 41 "md5=dc6d0f89b7b3c38c78c2844a54c6386b" 42 "sha512=03b70558322ef654bc1a3ea3ff1c029b8aecd7ed35d98ad4b4089c00905ee6eade180d5a4f4470078217ae60830591528ff2ccdc861083c840a0c52606cb0220" 43 ] 44} 45messages: [ "encoding is Deprecated. You should consider using 'smtml' instead" ] 46flags: deprecated