https://github.com/eth-srl/ELINA
Raw File
Tip revision: 9c2b0f640dafb3759e4093f964aedd0a25a241ce authored by Gagandeep Singh on 08 April 2020, 14:07:30 UTC
Update opt_pk_resize.c
Tip revision: 9c2b0f6
opam
opam-version: "1.2"
authors: ["Gagandeep Singh" "Markus PĆ¼schel" "Martin Vechev"]
homepage: "http://elina.ethz.ch/"
maintainer: "Gagandeep Singh <gsingh@inf.ethz.ch>"
dev-repo: "https://github.com/eth-srl/ELINA.git"
bug-reports: "https://github.com/eth-srl/ELINA/issues"
version: "1.1"
license: "LGPL-3"
build: [
  ["sh" "./configure" "--prefix" "%{share}%/elina"
                      "--apron-prefix" "%{share}%/apron"
                      "--use-opam"
                      "--use-apron"
                      "--absolute-dylibs" { os = "darwin" } ]
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
remove: [
  ["ocamlfind" "remove" "elina"]
  ["rm" "-r" "-f" "%{share}%/elina"]
]
tags: [ "flags:light-uninstall" ]
depends: [
  "ocamlfind" {build}
  "camlidl"
  "mlgmpidl"
  "conf-perl"
  "apron"
]
depopts: [ ]
patches: [ ]
back to top