File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
packages/checked_oint/checked_oint.1.0.0 Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "An OCaml library for checked integer arithmetic"
4+ maintainer: ["hirrolot <
[email protected] >"]
5+ authors: ["hirrolot <
[email protected] >"]
6+ license: "Unlicense"
7+ homepage: "https://github.com/hirrolot/checked_oint"
8+ bug-reports: "https://github.com/hirrolot/checked_oint/issues"
9+ depends: [
10+ "ocaml" {>= "4.13"}
11+ "dune" {>= "3.14"}
12+ "ppx_deriving"
13+ "ppx_enumerate"
14+ "bisect_ppx"
15+ "alcotest" {>= "1.7.0"}
16+ "odoc" {with-doc}
17+ ]
18+ available: arch != "arm32" & arch != "x86_32"
19+ build: [
20+ ["dune" "subst"] {dev}
21+ [
22+ "dune"
23+ "build"
24+ "-p"
25+ name
26+ "-j"
27+ jobs
28+ "@install"
29+ "@runtest" {with-test}
30+ "@doc" {with-doc}
31+ ]
32+ ]
33+ dev-repo: "git+https://github.com/hirrolot/checked_oint.git"
34+ url {
35+ src:
36+ "https://github.com/hirrolot/checked_oint/releases/download/v1.0.0/checked_oint-1.0.0.tar.gz"
37+ checksum: [
38+ "md5=36ea47218cba2e472850378cfe42e961"
39+ "sha512=6bd8de498fbf2a1a769f31301c22811dd08513f0ebfda488ab6b8c6aac55c3a5c73aefeaf80a4fc4d54cab52bd154b48b614ee5c6bc041824f9164db0ca83d6a"
40+ ]
41+ }
You can’t perform that action at this time.
0 commit comments