this repo has no description
1opam-version: "2.0"
2authors: ["Benoît Vaugon <benoit.vaugon@gmail.com>" "Philippe Wang" "Emmanuel Chailloux"]
3homepage: "http://www.algo-prog.info/ocapic/web/index.php?id=ocapic"
4bug-reports: "https://github.com/bvaugon/ocapic/issues"
5dev-repo: "git+https://github.com/bvaugon/ocapic.git"
6maintainer: "benoit.vaugon@gmail.com"
7license: "CeCILL-2.0"
8build: [
9 ["./configure" "-prefix" prefix]
10 [make "all"]
11]
12remove: [
13 ["./configure" "-prefix" prefix]
14 [make "uninstall"]
15]
16depends: [
17 "ocaml" {>= "4.07.0" & < "4.09"}
18 "camlp4"
19 "graphics"
20 "ocamlbuild" {build}
21 "conf-which" {build}
22 "ocamlclean" {>= "2.2"}
23]
24install: [make "install"]
25synopsis: "Development tools to run OCaml programs on PIC microcontrollers"
26url {
27 src:
28 "http://www.algo-prog.info/ocapic/web/lib/exe/fetch.php?media=ocapic:ocapic-3.4.tar.bz2"
29 checksum: [
30 "sha256=130f5dc4f342a51fe4d542401d9b2805f6815803874bdc17949ad212cc5c58f6"
31 "md5=d6e36a79114fada541555ce3173ccfb3"
32 ]
33}