this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Bindings for posix time functions" 4description: 5 "posix-time2 provides the types and bindings for posix time APIs." 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" & > "2.5"} 13 "ctypes" 14 "odoc" {with-doc} 15 "posix-base" {= version} 16 "posix-types" {= version} 17 "unix-errno" 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "--promote-install-files=false" 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33 ["dune" "install" "-p" name "--create-install-files" name] 34] 35dev-repo: "git+https://github.com/savonet/ocaml-posix.git" 36available: os != "win32" 37url { 38 src: 39 "https://github.com/savonet/ocaml-posix/archive/refs/tags/v2.0.2.tar.gz" 40 checksum: [ 41 "md5=03d384b20e46da8598a69942ef92b53e" 42 "sha512=6f5fa0fd5f3f0b845c2c9cd46a53e518dc5187f1ea7450fc04bbdc4c7b6fbcc427253e60847cc14f5bff895622e18aea404fbd8e14d4b50f52a7c0e682621ac8" 43 ] 44}