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"] 6homepage: "https://colibri.frama-c.com" 7bug-reports: "https://git.frama-c.com/pub/colibrics/issues" 8license: "LGPL-2.1" 9depends: [ 10 "ppx_deriving_yojson" {>= "3.6.1"} 11 "dolmen" {>= "0.7" & < "0.8" } 12 "dolmen_type" {>= "0.7" & < "0.8" } 13 "dolmen_loop" {>= "0.7" & < "0.8" } 14 "dune" {>= "3.0" & < "3.11"} 15 "zarith" {>= "1.12"} 16 "cmdliner" {>= "1.1.1"} 17 "ocaml" {>= "4.08" & < "5.0" } 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.3.3/colibri2-0.3.3.tbz" 44 checksum: [ 45 "sha256=db4c79c00e02a9bd437844ca49b328938a4b774e7a7bd24a8d9e1eaba04f5abc" 46 "sha512=1fd0eca1aac1cda92828f8691765eca02a00e90c7758d33347436f4ae580776877121102d505ee72c4b68a55d1d6b591a29258616971ca80fba4d17e2c507d2e" 47 ] 48} 49x-commit-hash: "091be73fb575509bc7d8076903c07f0c5927231e" 50patches: ["big_constant.patch"] 51extra-source "big_constant.patch" { 52 src: 53 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/colibrics/big_constant.patch" 54 checksum: [ 55 "sha256=4291d01942ead3a5ea09ed3fa589d12c6bb1ea398b78299191e2b91585ff6163" 56 "md5=9e4766b7105c57c3218e1004aac5fc44" 57 ] 58}