File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
packages/intel_hex/intel_hex.0.1 Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Intel HEX manipulation library"
3+ maintainer: ["Mikhail Lopatin <dx3mod@bk.ru>"]
4+ authors: ["Mikhail Lopatin <dx3mod@bk.ru>"]
5+ license: "MIT"
6+ tags: ["embedded" "hex" "intelhex"]
7+ homepage: "https://github.com/dx3mod/intel_hex"
8+ bug-reports: "https://github.com/dx3mod/intel_hex/issues"
9+ depends: [
10+ "dune" {>= "3.6"}
11+ "ocaml" {>= "4.14"}
12+ "cstruct" {>= "6.2"}
13+ "odoc" {with-doc}
14+ ]
15+ build: [
16+ ["dune" "subst"] {dev}
17+ [
18+ "dune"
19+ "build"
20+ "-p"
21+ name
22+ "-j"
23+ jobs
24+ "@install"
25+ "@runtest" {with-test}
26+ "@doc" {with-doc}
27+ ]
28+ ]
29+ url {
30+ src: "https://github.com/dx3mod/intel_hex/archive/refs/tags/0.1.tar.gz"
31+ checksum: [
32+ "md5=282b8073f574d7a5ace12030bd3ce022"
33+ "sha512=a64ebe3707a7a2bb061a6269991a4ed14a70d98fd26d768da6090187aeffb607b17a48dff62c30bdc58d1fb67156c76d102e65e057f52a68a549b51021400fd6"
34+ ]
35+ }
You can’t perform that action at this time.
0 commit comments