optcomp 1.6-1build1 source package in Ubuntu

Changelog

optcomp (1.6-1build1) xenial; urgency=medium

  * No-change rebuild against ocaml 4.02.

 -- Łukasz 'sil2100' Zemczak <email address hidden>  Tue, 03 Nov 2015 14:59:21 -0600

Upload details

Uploaded by:
Łukasz Zemczak
Uploaded to:
Xenial
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
optcomp_1.6.orig.tar.gz 55.0 KiB 5022d80e4d7dba4ada3aa57156503fad75fcd6d7b13cfa8580012a1d9f581042
optcomp_1.6-1build1.debian.tar.xz 2.6 KiB 797b5dc8a0fd2288db9b814d6d05ca2af50a2c390c1df0df5e1c52a04a61405e
optcomp_1.6-1build1.dsc 1.7 KiB 9192e143a051a79325d5bd2d1f64c99d0715d9436c25067fab9d5513bfef4fed

Available diffs

View changes file

Binary packages built by this source

liboptcomp-camlp4-dev: syntax extension for optional compilation with cpp-like directives (library)

 Optcomp is a syntax extension which handles #if, #else, ... directives
 in OCaml source files. Compared to cpp:
  * it does not interpret //, /*, and */ as comment delimiters
  * it does not complains about missing '
  * it is easier to integrate in the build process when using other
    camlp4 syntax extensions
  * it does not do macro expansion while cpp does
 Compared to pa_macro, it does not require code that will be dropped to
 be valid OCaml code. This can be useful for code that optionnally uses
 GADTs, but can be compiled with older versions of OCaml.
 .
 This package contains the syntax extension as a camlp4 module.

liboptcomp-camlp4-dev-dbgsym: No summary available for liboptcomp-camlp4-dev-dbgsym in ubuntu yakkety.

No description available for liboptcomp-camlp4-dev-dbgsym in ubuntu yakkety.

optcomp: No summary available for optcomp in ubuntu artful.

No description available for optcomp in ubuntu artful.

optcomp-dbgsym: debug symbols for package optcomp

 Optcomp is a syntax extension which handles #if, #else, ... directives
 in OCaml source files. Compared to cpp:
  * it does not interpret //, /*, and */ as comment delimiters
  * it does not complains about missing '
  * it is easier to integrate in the build process when using other
    camlp4 syntax extensions
  * it does not do macro expansion while cpp does
 Compared to pa_macro, it does not require code that will be dropped to
 be valid OCaml code. This can be useful for code that optionnally uses
 GADTs, but can be compiled with older versions of OCaml.
 .
 This package contains command-line tools.