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 "ocaml_intrinsics"
15 "z3" {>= "4.12.2" & < "4.13"}
16 "menhir" {build & >= "20220210"}
17 "cmdliner" {>= "1.2.0"}
18 "zarith" {>= "1.5"}
19 "odoc" {with-doc}
20 "hc" {>= "0.3"}
21 "bisect_ppx" {with-test & >= "2.5.0" & dev}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/formalsec/encoding.git"
38available: (arch = "x86_64" | arch = "arm64") & os != "win32" & arch != "x86_32"
39url {
40 src:
41 "https://github.com/formalsec/encoding/archive/refs/tags/v0.0.4.tar.gz"
42 checksum: [
43 "md5=79eace174880a378ca634f3b6d6dca2b"
44 "sha512=c244e75b833cd5eae204749e6049003fb0ede5f202cd18219de8d3a771fc40475b2cc865e9b49f7694696c67389e5b5fe7d5bee415f5e6439ee7ff960ff3c9e0"
45 ]
46}
47messages: [ "encoding is Deprecated. You should consider using 'smtml' instead" ]
48flags: deprecated
49x-maintenance-intent: [ "(none)" ]