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"
9bug-reports: "https://github.com/formalsec/encoding/issues"
10depends: [
11 "dune" {>= "3.0"}
12 "ocaml" {>= "5.1.0"}
13 "z3" {>= "4.11.2" & < "4.13"}
14 "menhir"
15 "zarith" {>= "1.5"}
16 "ppx_inline_test" {with-test}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/formalsec/encoding.git"
34available: (arch = "x86_64" | arch = "arm64") & os != "win32" & arch != "x86_32"
35url {
36 src:
37 "https://github.com/formalsec/encoding/archive/refs/tags/v0.0.1.tar.gz"
38 checksum: [
39 "md5=dc32bbd40f0bfad2c8052d45a26d13f3"
40 "sha512=7946f81a6226378b493af9db129445bbe4f51e2924ed490692e485af1f16f09444cfc635e3c04064d5f9b64e64605f121e73e3c8feafa6bb03f8bd39ed99e671"
41 ]
42}
43messages: [ "encoding is Deprecated. You should consider using 'smtml' instead" ]
44flags: deprecated