Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numpy / doc / f2py / ex1 / foo.f
Size: Mime:
      subroutine foo(a)
      integer a
cf2py intent(in,out) :: a
      a = a + 5
      end