Skip to content

kjkuan/perl6-Fcntl

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 2 commits ahead of jonathanstowe:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
t
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

perl6-Fcntl

Fcntl implementation (mimicking Perl 5)

Build Status

Build Status

Approach

For this module, I'm trying to give you a module which has the native definitions for constants for a given OS, generated from C headers but available in a pure Perl 6 module. In order to do this, I've written a very small C program which appends Perl 6 code to a template, and then that's what you use. I've also written a small test program that allows me to verify the values are what C thinks they should be when I send them back in.

For more details, read the POD.

About

Fcntl implementation (mimicking Perl 5)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.1%
  • Raku 13.0%
  • Makefile 3.9%