this repo has no description
1opam-version: "2.0" 2synopsis: "A CP solver proved in Why3" 3description: "The core of Colibrics is formally proved using Why3." 4maintainer: ["François Bobot"] 5authors: ["François Bobot"] 6license: "LGPL-2.1-only" 7homepage: "https://colibri.frama-c.com" 8bug-reports: "https://git.frama-c.com/pub/colibrics/issues" 9depends: [ 10 "ppx_deriving_yojson" {>= "3.6.1"} 11 "dolmen" {>= "0.8" & < "0.9" } 12 "dolmen_type" {>= "0.8" & < "0.9" } 13 "dolmen_loop" {>= "0.8" & < "0.9" } 14 "dune" {>= "3.0" & < "3.11"} 15 "zarith" {>= "1.12"} 16 "cmdliner" {>= "1.1.1"} 17 "ocaml" {>= "4.08"} 18 "core" {>= "v0.14.1"} 19 "jingoo" {>= "1.4.4"} 20 "logs" {>= "0.7.0"} 21 "why3" {>= "1.4" & < "1.8"} 22 "yojson" 23 "ocaml" {>= "4.12"} 24 "odoc" {with-doc} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "@install" 36 "@runtest" {with-test} 37 "@doc" {with-doc} 38 ] 39] 40dev-repo: "git+https://git.frama-c.com/pub/colibrics.git" 41url { 42 src: 43 "https://git.frama-c.com/api/v4/projects/879/packages/generic/colibri2/0.4/colibri2-0.4.tbz" 44 checksum: [ 45 "sha256=fe298191f4ae6af7046c6dee617da0100eba1738b11f868290d905cd0055ae27" 46 "sha512=75aa7969bdbca6bef396e35d9660381c06ef21332730ecfb0a4dcc72596ef8575d5905ddd5341e0287e8e18a20db8df9d9894b698f98e11dfc6d26a183fc16f7" 47 ] 48} 49x-commit-hash: "a70aa3785c7a15d212b98885d4a0a494d141606c"