this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A ppx to know host operating system at compile time"
4maintainer: ["tim.arnouts@protonmail.com"]
5authors: ["The ppx_system programmers"]
6license: "GPL-3.0"
7homepage: "https://github.com/Psi-Prod/ppx_system"
8bug-reports: "https://github.com/Psi-Prod/ppx_system/issues"
9depends: [
10 "ocaml"
11 "dune" {>= "3.3"}
12 "ppxlib" {>= "0.18.0"}
13 "odoc" {with-doc}
14]
15build: [
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]
29dev-repo: "git+https://github.com/Psi-Prod/ppx_system.git"
30url {
31 src: "https://github.com/Psi-Prod/ppx_system/archive/refs/tags/1.0.tar.gz"
32 checksum: [
33 "md5=008cac3324cdb0dde18a8e34ab61dd9d"
34 "sha512=ecca2ff8505051cf53b45acb1dca5d65cd1dc9e685436a4533f4eb62aeedfc704e5c91fbe9b50cc22e625e0a0f4f7fe5581284b5ac1186f106245ed4f1973f80"
35 ]
36}