this repo has no description
1opam-version: "2.0"
2synopsis: "Ergonomic, lightweight conditional compilation through attributes"
3description:
4 "Config implements the [@@config] annotation, to conditionally compile modules. You can use a small boolean language to check for conditions including some built-in ones and environment variables."
5maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
6authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
7license: "MIT"
8tags: [
9 "conditional" "compilation" "target_os" "target_arch" "arch" "os" "system"
10]
11homepage: "https://github.com/ocaml-sys/config.ml"
12bug-reports: "https://github.com/ocaml-sys/config.ml/issues"
13depends: [
14 "ocaml" {>= "5.1" & < "5.2"}
15 "ppxlib" {>= "0.31.0" & < "0.36.0"}
16 "sedlex" {>= "3.2"}
17 "spices" {>= "0.0.2"}
18 "dune" {>= "3.11"}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/ocaml-sys/config.ml.git"
36url {
37 src:
38 "https://github.com/ocaml-sys/config.ml/releases/download/0.0.2/config-0.0.2.tbz"
39 checksum: [
40 "sha256=0bbbb6d19efef2071663152808f94c6a469530be19a2f28174cfc54245147f04"
41 "sha512=453be389faaed410c2fdce448201d62e146e7ad81db13774a690f8e79764f81000d5d838a44e397cb5262aafe7b29b74eac8470cb6dfeea6f39bd6697648a73c"
42 ]
43}
44x-commit-hash: "470b031c7a96abe25a0c98cbf840db25727193a6"