this repo has no description

Package picasso.0.4.0

ghilesZ ef2e783d 3c630afe

Changed files
+32
packages
picasso
picasso.0.4.0
+32
packages/picasso/picasso.0.4.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Ghiles Ziat <ghiles.ziat@epita.fr"
+
authors: [
+
"Ghiles Ziat <ghiles.ziat@epita.fr"
+
"Matthieu Journault <Matthieu.journault@lip6.fr>"
+
]
+
homepage: "https://github.com/ghilesZ/picasso"
+
bug-reports: "https://github.com/ghilesZ/picasso/issues"
+
dev-repo: "git+https://github.com/ghilesZ/picasso"
+
build: [
+
["dune" "subst"] {pinned}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"dune" {>= "2.1"}
+
"ocaml" {>= "4.08"}
+
"apronext" {>= "1.0.3"}
+
"apron"
+
]
+
depopts: [
+
"lablgtk"
+
"graphics"
+
]
+
synopsis: "Abstract elements drawing library"
+
description: "A toolbox for drawing abstract elements"
+
url {
+
src: "https://github.com/ghilesZ/picasso/archive/0.4.tar.gz"
+
checksum: [
+
"md5=d6028ccae6933bf903f34137c335f5ce"
+
"sha512=d8adf3324a27f016d0f6a08ff4afa714185c31e6dcf176e36053564c5e66e3cb734115e11ce6b68a7ed118291ef47f108efea3e3a2272e35b946661ea88e5eff"
+
]
+
}