this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Bindings for posix math"
4description:
5 "posix-math2 provides a simple interface for POSIX math functions."
6maintainer: ["romain.beauxis@gmail.com"]
7authors: ["Romain Beauxis"]
8license: "MIT"
9homepage: "https://github.com/savonet/ocaml-posix"
10bug-reports: "https://github.com/savonet/ocaml-posix/issues"
11depends: [
12 "dune" {>= "2.9"}
13 "ctypes"
14 "posix-base" {= version}
15 "unix-errno"
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "--promote-install-files=false"
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32 ["dune" "install" "-p" name "--create-install-files" name]
33]
34dev-repo: "git+https://github.com/savonet/ocaml-posix.git"
35url {
36 src:
37 "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.1.0.tar.gz"
38 checksum: [
39 "md5=0c6a8cd7b7f5e163160abb8a62f75a5b"
40 "sha512=735c6afd48e36af0a032f51217e7558629a198fd39a0484883831bdbff511b331033696b8ad73c6896fa9df0a0b1fd2f27336c2b0b7447dd10902e6bc64e4886"
41 ]
42}