Skip to content

Commit

Permalink
GitHub homepage + decripton + fixes by kit-ty-kate
Browse files Browse the repository at this point in the history
- The remove field is unnecessary since opam 2.0
- flags: light-uninstall once the remove field has been removed
- tag ocamlfind as a build dependency
  • Loading branch information
antoinemine committed Nov 10, 2019
1 parent 86ac19d commit 48d5698
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions apron.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [
"https://github.com/antoinemine/apron/graphs/contributors"
]
license: "LGPL-2.1 with linking exception"
homepage: "http://apron.cri.ensmp.fr/library/"
homepage: "https://antoinemine.github.io/Apron/doc/"
maintainer: "Nicolas Berthier <[email protected]>"
dev-repo: "git+https://github.com/antoinemine/apron.git"
bug-reports: "https://github.com/antoinemine/apron/issues"
Expand All @@ -26,13 +26,9 @@ build: [
install: [
[make "install"]
]
remove: [
["ocamlfind" "remove" "apron"]
["rm" "-r" "-f" "%{share}%/apron"]
]
depends: [
"ocaml"
"ocamlfind"
"ocamlfind" {build}
"camlidl"
"mlgmpidl"
"ocamlbuild" {build}
Expand All @@ -41,4 +37,5 @@ depends: [
depopts: [
"conf-ppl"
]
flags: light-uninstall
description:"""
Apron is a library to represent properties of numeric variables, such as variable bounds or linear relations between variables, and to manipulate these properties through semantic operations, such as variable assignments, tests, conjunctions, entailment. Apron is intended to be used in static program analyzers, in order to infer invariants of numeric variables, i.e., properties that hold for all executions of a program. It is based on the theory of Abstract Interpretation."""

0 comments on commit 48d5698

Please sign in to comment.