File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed
packages/checked_oint/checked_oint.0.2.0 Expand file tree Collapse file tree 1 file changed +53
-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: ["Tima Kinsart <
[email protected] >"]
5
+ authors: ["Tima Kinsart <
[email protected] >"]
6
+ license: "MIT"
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
+ "ctypes"
13
+ "ctypes-foreign" {>= "0.21.1"}
14
+ "ppx_deriving"
15
+ "ppx_enumerate"
16
+ "bisect_ppx"
17
+ "alcotest" {>= "1.7.0"}
18
+ "odoc" {with-doc}
19
+ ]
20
+ available: arch != "arm32" & arch != "x86_32" & arch != "ppc64" & os != "win32"
21
+ x-ci-accept-failures: [
22
+ "fedora-38"
23
+ "fedora-39"
24
+ "fedora-40"
25
+ "opensuse-15.5"
26
+ "opensuse-tumbleweed"
27
+ "oraclelinux-8"
28
+ "oraclelinux-9"
29
+ "freebsd"
30
+ ]
31
+ build: [
32
+ ["dune" "subst"] {dev}
33
+ [
34
+ "dune"
35
+ "build"
36
+ "-p"
37
+ name
38
+ "-j"
39
+ jobs
40
+ "@install"
41
+ "@runtest" {with-test}
42
+ "@doc" {with-doc}
43
+ ]
44
+ ]
45
+ dev-repo: "git+https://github.com/Hirrolot/checked_oint.git"
46
+ url {
47
+ src:
48
+ "https://github.com/Hirrolot/checked_oint/archive/refs/tags/v0.2.0.tar.gz"
49
+ checksum: [
50
+ "md5=5ee41b2897b3f2eba115bcbcdfd5c678"
51
+ "sha512=c8d33fad538fea814c1fc89981bc57132025e544d83bdce41133f2c3660dba7f0a94c25626f6619d06d657345867acb779bef45353dfc03a59e698e4a8644432"
52
+ ]
53
+ }
You can’t perform that action at this time.
0 commit comments