Repository URL to install this package:
cdef int f(int x): return x * x cdef int g(int x): return 5 * x