this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25364 from leostera/release-config-0.0.2

[new release] config (0.0.2)

authored by

Marcello Seri and committed by
GitHub
db540798 29643c0f

+44
+44
packages/config/config.0.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Ergonomic, lightweight conditional compilation through attributes" 3 + description: 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." 5 + maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 6 + authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 7 + license: "MIT" 8 + tags: [ 9 + "conditional" "compilation" "target_os" "target_arch" "arch" "os" "system" 10 + ] 11 + homepage: "https://github.com/ocaml-sys/config.ml" 12 + bug-reports: "https://github.com/ocaml-sys/config.ml/issues" 13 + depends: [ 14 + "ocaml" {>= "5.1" & < "5.2"} 15 + "ppxlib" {>= "0.31.0"} 16 + "sedlex" {>= "3.2"} 17 + "spices" {>= "0.0.2"} 18 + "dune" {>= "3.11"} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 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 + ] 35 + dev-repo: "git+https://github.com/ocaml-sys/config.ml.git" 36 + url { 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 + } 44 + x-commit-hash: "470b031c7a96abe25a0c98cbf840db25727193a6"