|
| 1 | +# This file is generated by dune, edit dune-project instead |
| 2 | +opam-version: "2.0" |
| 3 | +synopsis: "Minimal cudd bindings" |
| 4 | +maintainer: [ |
| 5 | + "Matthieu Lemerre < [email protected]>" |
| 6 | + |
| 7 | +] |
| 8 | +authors: [ |
| 9 | + "Matthieu Lemerre < [email protected]>" |
| 10 | + |
| 11 | +] |
| 12 | +license: "LGPL-2.1-only" |
| 13 | +homepage: "https://git.frama-c.com/pub/codex/cudd.ml" |
| 14 | +bug-reports: "https://git.frama-c.com/pub/codex/cudd.ml/-/issues" |
| 15 | +depends: [ |
| 16 | + "dune" {>= "3.18"} |
| 17 | + "odoc" {with-doc} |
| 18 | +] |
| 19 | +build: [ |
| 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 | +] |
| 33 | +x-maintenance-intent: ["(latest)"] |
| 34 | +############################################################################ |
| 35 | +## This file is part of the Codex semantics library. ## |
| 36 | +## ## |
| 37 | +## Copyright (C) 2013-2025 ## |
| 38 | +## CEA (Commissariat à l'énergie atomique et aux énergies ## |
| 39 | +## alternatives) ## |
| 40 | +## ## |
| 41 | +## you can redistribute it and/or modify it under the terms of the GNU ## |
| 42 | +## Lesser General Public License as published by the Free Software ## |
| 43 | +## Foundation, version 2.1. ## |
| 44 | +## ## |
| 45 | +## It is distributed in the hope that it will be useful, ## |
| 46 | +## but WITHOUT ANY WARRANTY# without even the implied warranty of ## |
| 47 | +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## |
| 48 | +## GNU Lesser General Public License for more details. ## |
| 49 | +## ## |
| 50 | +## See the GNU Lesser General Public License version 2.1 ## |
| 51 | +## for more details (enclosed in the file LICENSE). ## |
| 52 | +## ## |
| 53 | +############################################################################ |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | +dev-repo: "git+https://git.frama-c.com/pub/codex/cudd.ml.git" |
| 58 | +extra-source "cudd/cudd.tar.gz" { |
| 59 | + src: |
| 60 | + "https://github.com/ivmai/cudd/archive/refs/tags/cudd-3.0.0.tar.gz" |
| 61 | + checksum: [ |
| 62 | + "sha256=5fe145041c594689e6e7cf4cd623d5f2b7c36261708be8c9a72aed72cf67acce" |
| 63 | + "md5=edca9c69528256ca8ae37be9cedef73f" |
| 64 | + ] |
| 65 | +} |
| 66 | + |
| 67 | +available: [os-family != "windows" & arch != "riscv64"] |
| 68 | +url { |
| 69 | + src: |
| 70 | + "https://git.frama-c.com/pub/codex/cudd.ml/-/archive/0.1.3/cudd.ml-0.1.3.tar.gz" |
| 71 | + checksum: [ |
| 72 | + "md5=8963dcfa1d331c0b9afdcaaffd0accaf" |
| 73 | + "sha512=dd1f9c68497696f540274e33b32f0144fadbfcae10d7228efa013e3a8c5da0253e3df48ee53aa135481b52ab33b1f8f3e4445167e3fcc2f8775ad6a6d77e523f" |
| 74 | + ] |
| 75 | +} |
0 commit comments