simple-learning

Simple learning web program
git clone git://git.laack.co/simple-learning.git
Log | Files | Refs | README | LICENSE

conf-gmp-powm-sec.4.pkg (448B)


      1 (version 4)
      2 
      3 (build
      4  (all_platforms
      5   ((action
      6     (run
      7      sh
      8      -c
      9      "pkg-config --print-errors --exists gmp || cc -c $CFLAGS -I/usr/local/include test.c")))))
     10 
     11 (depends
     12  (all_platforms (conf-gmp)))
     13 
     14 (extra_sources
     15  (test.c
     16   (fetch
     17    (url
     18     https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-gmp-powm-sec/test.c.3)
     19    (checksum
     20     sha256=388b3879530257a7e6e59b68208ee2a52de7be30e40eb4d3a54419708fdad490))))