OCaml Platform
Opam
- PR
- Fix mccs patch path introduced in 70c4cc44dcd9f0cd9394600974be5845150b9ce6 ocaml/opam#4146
- appveyor: add Visual Studio 2019 image ocaml/opam#4142
- String_val returns const char*
#ifndef __has_attribute | |
#define __has_attribute(x) 0 | |
#endif | |
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L || \ | |
defined(__cplusplus) && __cplusplus >= 201402L | |
#define CAMLdeprecated(name, replacement) \ | |
[[deprecated("use '" #replacement "' instead")]] | |
#elif __has_attribute(deprecated) || defined(__GNUC__) | |
#define CAMLdeprecated(name, replacement) \ |
#!/bin/sh | |
# - Problems with parsing C, use --clang? | |
# - Problems with seemingly unused variables, recognize __attribute__ ((unused))? | |
./configure --disable-ocamldoc && bear -- make | |
cppcheck --project=compile_commands.json --quiet \ | |
--std=c11 \ | |
--check-level=exhaustive --enable=all \ | |
--suppress=missingIncludeSystem --suppress=unusedFunction |
*.obj | |
*.lib | |
*.exe | |
*.dll | |
*.o | |
*.a |
.\" Pipe this output to groff -m man -K utf8 -T utf8 | less -R | |
.\" | |
.mso an.tmac | |
.TH "OBUILDER" 1 "" "Obuilder" "Obuilder Manual" | |
.\" Disable hyphenation and ragged-right | |
.nh | |
.ad l | |
.SH NAME | |
.P | |
obuilder \N'45' a command\N'45'line interface for OBuilder |
all: | |
groff -m man -T utf8 noop-escaped.man | less -R |
_build/ | |
_opam/ | |
*.install |
2021-04-30 15:26.46: New job: Build using windows-x86_64 in | |
[] | |
2021-04-30 15:26.46: Will push staging image to antonindecimo/opam-windows:windows-msvc-20H2-ocaml-4.05-amd64 | |
Dockerfile: | |
FROM antonindecimo/opam-windows@sha256:bb8adead82169f57b622c36c218de6888e038ef50d7195b349876a9ff1ff0423 | |
ENV OPAMYES="1" OPAMDEPEXTYES="1" OPAMUNSAFEDEPEXTYES="1" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1" | |
RUN ocaml-env exec --64 --ms=vs2019 --no-opam -- opam switch create 4.05 --packages=ocaml-variants.4.05.0+msvc64 | |
RUN ocaml-env exec --64 --ms=vs2019 -- opam install -y depext |
OCaml Platform
Opam
From 07fd30f6cdbfb229519e41de48cbda50f8f22fd2 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= <antonin.decimo@gmail.com> | |
Date: Tue, 31 Mar 2020 00:12:07 +0200 | |
Subject: [PATCH] Set executable version to pkgver | |
--- | |
PKGBUILD | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
diff --git a/PKGBUILD b/PKGBUILD |
# Default config for sway | |
### Variables | |
# | |
# Logo key. Use Mod1 for Alt. | |
set $mod Mod4 | |
# Home row direction keys, like vim | |
set $left h | |
set $down j | |
set $up k |