{"id":15111518,"url":"https://github.com/interkosmos/fortran-lmdb","last_synced_at":"2026-03-01T14:33:04.820Z","repository":{"id":236801386,"uuid":"793177084","full_name":"interkosmos/fortran-lmdb","owner":"interkosmos","description":"Fortran 2018 interface bindings to LMDB","archived":false,"fork":false,"pushed_at":"2025-09-28T13:38:24.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-28T15:49:13.174Z","etag":null,"topics":["berkeleydb","database","databases","fortran","fortran-2018","fortran-package-manager","key-value","key-value-database","key-value-store","lmdb","nosql"],"latest_commit_sha":null,"homepage":"","language":"Fortran","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interkosmos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-28T16:38:39.000Z","updated_at":"2025-08-09T08:46:00.000Z","dependencies_parsed_at":"2025-09-28T15:43:26.556Z","dependency_job_id":null,"html_url":"https://github.com/interkosmos/fortran-lmdb","commit_stats":null,"previous_names":["interkosmos/fortran-lmdb"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/interkosmos/fortran-lmdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-lmdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-lmdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-lmdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-lmdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interkosmos","download_url":"https://codeload.github.com/interkosmos/fortran-lmdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interkosmos%2Ffortran-lmdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29970990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T14:11:48.712Z","status":"ssl_error","status_checked_at":"2026-03-01T14:11:48.352Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["berkeleydb","database","databases","fortran","fortran-2018","fortran-package-manager","key-value","key-value-database","key-value-store","lmdb","nosql"],"created_at":"2024-09-26T00:20:41.739Z","updated_at":"2026-03-01T14:33:04.808Z","avatar_url":"https://github.com/interkosmos.png","language":"Fortran","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fortran-lmdb\n\nA collection of Fortran 2018 interface bindings to the OpenLDAP\n[Lightning Memory-Mapped Database](http://www.lmdb.tech/doc/) (LMDB), a\nB-tree-based database management library modeled loosely on the Berkeley DB\nAPI.\n\n## Build Instructions\n\nThe LMDB package has to be installed with development headers. On FreeBSD, run:\n\n```\n# pkg install databases/lmdb\n```\n\nOn Linux, instead:\n\n```\n# apt-get install liblmdb-dev\n```\n\n### Make\n\nIf GNU Fortran is used to build the interface library, select the build target\ndepending on your operating system.\n\nOn FreeBSD:\n\n```\n$ make freebsd\n```\n\nOn Linux:\n\n```\n$ make linux\n```\n\nOn Windows:\n\n```\n$ make windows\n```\n\nOr, overwrite the argument `PPFLAGS`. Install the library and the module files\nsystem-wide, for example:\n\n```\n$ make install PREFIX=/opt\n```\n\nLink your programs against `/opt/lib/libfortran-lmdb.a -llmdb`. Alternatively,\noverwrite the default compiler and the compiler/preprocessor flags:\n\n```\n$ make FC=ifx FFLAGS=\"-O3\" PPFLAGS=\"-D__linux__\"\n```\n\nBuild and run the test program:\n\n```\n$ make test\n$ ./test_lmdb\n```\n\n### Fortran Package Manager\n\nPass the operating system as an additional flag to the\n[Fortran Package Manager](https://github.com/fortran-lang/fpm). On FreeBSD:\n\n```\n$ fpm build --profile release --flag \"-D__FreeBSD__\"\n```\n\nOn Linux:\n\n```\n$ fpm build --profile release --flag \"-D__linux__\"\n```\n\nOn Windows:\n\n```\n$ fpm build --profile release --flag \"-D_MSC_VER -D_WIN32\"\n```\n\nYou can add *fortran-lmdb* as an FPM dependency:\n\n```toml\n[dependencies]\nfortran-lmdb = { git = \"https://github.com/interkosmos/fortran-lmdb.git\" }\n```\n\n## Licence\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterkosmos%2Ffortran-lmdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterkosmos%2Ffortran-lmdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterkosmos%2Ffortran-lmdb/lists"}