package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.15.3.tbz
sha256=3c27c7676414056f0368a71fdc670d2b0a59898090c78a1b68230984e5beb713
sha512=c88ac7a6ed9334a4bc6231ecfb0efaa961dda99bc386fd5b92505151ff833dfaf058d75305fbb64c496e570058ec9000ac6add06dda7a395e757e924af1d1a7f

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Added to opam-repository:

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.4"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. abella >= "2.0.8"
  7. absolute
  8. abstract_algebra
  9. accessor
  10. accessor_async
  11. accessor_base
  12. accessor_core
  13. acgtk
  14. aches
  15. aches-lwt
  16. acp4
  17. acpc >= "2.0.0"
  18. activitypub
  19. activitypub_client
  20. activitypub_gui
  21. activitypub_server
  22. activitypub_server_gui
  23. adelfa
  24. adobe_font_metrics
  25. advi
  26. afl-persistent >= "1.4"
  27. agrid
  28. aho-corasick
  29. ahrocksdb
  30. aifad >= "2.2.1"
  31. alba >= "0.4.1"
  32. albatross
  33. alcotest
  34. alcotest-async
  35. alcotest-js
  36. alcotest-lwt
  37. alcotest-mirage
  38. alg_structs
  39. alg_structs_qcheck
  40. algaeff
  41. allegro5
  42. alonzo
  43. alsa >= "0.3.0"
  44. alt-ergo >= "2.3.0"
  45. alt-ergo-free >= "2.4.3"
  46. alt-ergo-lib >= "2.4.2"
  47. alt-ergo-parsers
  48. alt-ergo-plugin-ab-why3
  49. altgr-ergo >= "2.3.0"
  50. ambient-context
  51. ambient-context-eio
  52. ambient-context-lwt
  53. amqp-client >= "2.0.3"
  54. amqp-client-async
  55. amqp-client-lwt
  56. ancient >= "0.10.0"
  57. anders
  58. angstrom >= "0.11.1"
  59. angstrom-async >= "0.11.1"
  60. angstrom-lwt-unix >= "0.11.1"
  61. angstrom-unix >= "0.11.1"
  62. ansi
  63. ansi-parse
  64. anthill
  65. antic != "0.3.1"
  66. ao >= "0.2.2"
  67. api-watch
  68. apronext
  69. arb != "0.3.1"
  70. arc
  71. archetype < "1.0.0" | >= "1.2.1"
  72. archi
  73. archi-async
  74. archi-lwt
  75. arg-complete
  76. argon2
  77. argsh
  78. arp
  79. arrakis
  80. arrayjit < "0.5.2"
  81. art
  82. asai
  83. asak
  84. ascon
  85. ask
  86. ask-integrator
  87. asli >= "0.2.0"
  88. aslref
  89. asn1-combinators >= "0.2.5"
  90. ast_generic
  91. async
  92. async-uri
  93. async_durable
  94. async_extra
  95. async_find
  96. async_graphics
  97. async_inotify
  98. async_interactive
  99. async_js
  100. async_kernel
  101. async_log
  102. async_rpc_kernel
  103. async_rpc_websocket
  104. async_sendfile
  105. async_shell
  106. async_smtp
  107. async_ssl
  108. async_udp
  109. async_unix
  110. async_websocket
  111. atable
  112. atacama
  113. atd >= "2.2.1" & < "4.0.0"
  114. atdcpp < "4.0.0"
  115. atdd < "4.0.0"
  116. atdgen >= "2.2.1" & < "4.0.0"
  117. atdgen-codec-runtime < "4.0.0"
  118. atdgen-runtime >= "2.2.1" & < "4.0.0"
  119. atdj >= "2.2.1" & < "4.0.0"
  120. atdpy < "4.0.0"
  121. atds < "4.0.0"
  122. atdts < "4.0.0"
  123. atomic < "base"
  124. atproto
  125. autofonce
  126. autofonce_config
  127. autofonce_core
  128. autofonce_lib
  129. autofonce_m4
  130. autofonce_misc
  131. autofonce_patch
  132. autofonce_share
  133. avro
  134. avro-compiler
  135. awa
  136. awa-mirage
  137. aws >= "1.2"
  138. aws-async
  139. aws-autoscaling >= "1.2"
  140. aws-cloudformation >= "1.2"
  141. aws-cloudtrail >= "1.2"
  142. aws-cloudwatch
  143. aws-config
  144. aws-ec2 >= "1.2"
  145. aws-eio
  146. aws-elasticache
  147. aws-elasticloadbalancing >= "1.2"
  148. aws-lwt
  149. aws-rds
  150. aws-route53
  151. aws-s3
  152. aws-s3-async
  153. aws-s3-lwt
  154. aws-sdb >= "1.2"
  155. aws-sqs
  156. aws-ssm >= "1.2"
  157. aws-sts >= "1.2"
  158. awsm
  159. awsm-async
  160. awsm-codegen
  161. awsm-lwt
  162. awso
  163. awso-async
  164. awso-cli
  165. awso-common
  166. awso-eio
  167. awso-lwt
  168. awso-sync
  169. azblob
  170. azblob-async
  171. azure-cosmos-db < "0.4.0"
  172. babel
  173. baby
  174. backoff
  175. bag
  176. baguette_sharp >= "2.2.1-1"
  177. bam
  178. bam-ppx
  179. bancos
  180. bank
  181. bare_encoding
  182. bark
  183. base
  184. base32
  185. base64 >= "2.3.0"
  186. base_bigstring
  187. base_quickcheck
  188. base_trie
  189. bastet
  190. bastet_async
  191. bastet_lwt
  192. batch_jaro_winkler
  193. batsat
  194. batteries >= "3.7.1"
  195. bcfg
  196. bcfgt
  197. bdd >= "0.5"
  198. bddrand
  199. bech32
  200. bechamel
  201. bechamel-js
  202. bechamel-notty
  203. bechamel-perf
  204. beluga >= "1.0"
  205. benchmark >= "1.6"
  206. bencode >= "2.0"
  207. bentov
  208. bestline
  209. bheap >= "2.0.0"
  210. bibfmt
  211. bidirectional_map
  212. bigarray-compat
  213. bigarray-overlap
  214. bigdecimal
  215. bignum
  216. bigstring >= "0.3"
  217. bigstring-unix
  218. bigstringaf >= "0.5.0"
  219. bimage
  220. bimage-display
  221. bimage-gtk
  222. bimage-io
  223. bimage-lwt
  224. bimage-sdl
  225. bimage-unix
  226. bimap
  227. bin
  228. bin_prot
  229. bin_there
  230. bin_tree
  231. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  232. binaryen_dsl
  233. bindlib >= "6.0.0"
  234. biniou >= "1.2.1"
  235. binning
  236. binsec < "0.11.0"
  237. binsec_codex
  238. bio_io
  239. biocaml
  240. biotk
  241. bisect_ppx >= "1.4.0"
  242. bistro
  243. bistro-bio
  244. bitcoin >= "3.0"
  245. bitcoin-cohttp-async
  246. bitcoin-cohttp-lwt
  247. bitcoin-ocurl
  248. bitcoinml
  249. bitflyer
  250. bitgenerators
  251. bitlib
  252. bitmasks
  253. bitpack_serializer
  254. bitstring >= "3.1.1" & < "5.0.2"
  255. bitv >= "1.4"
  256. bitwuzla
  257. bitwuzla-bin < "1.0.0"
  258. bitwuzla-c
  259. bitwuzla-cxx
  260. bizowie-api
  261. bjack >= "0.1.6"
  262. blake3
  263. bloomf
  264. bls12-381 < "18.0" | >= "19.0"
  265. bls12-381-gen
  266. bls12-381-hash
  267. bls12-381-js
  268. bls12-381-js-gen
  269. bls12-381-legacy
  270. bls12-381-signature
  271. bls12-381-unix
  272. blurhash
  273. bm25
  274. bnfgen
  275. bogue
  276. bogue-tutorials
  277. boltzgen
  278. bonsai
  279. boulangerie
  280. box
  281. brr-lwd
  282. bst >= "7.0.1"
  283. bstr
  284. buffer-pool
  285. build_path_prefix_map >= "0.3"
  286. builder
  287. builder-web
  288. bun >= "0.3.4"
  289. bwd
  290. bwrap
  291. bytearray
  292. bytebuffer
  293. bytepdf
  294. bytestring
  295. bytream
  296. bz2
  297. ca-certs
  298. ca-certs-nss
  299. cachet
  300. cachet-lwt
  301. cachet-solo5
  302. cactus
  303. cairn
  304. cairo2 >= "0.6"
  305. cairo2-gtk
  306. cairo2-pango
  307. caisar
  308. caisar-ir
  309. caisar-nnet
  310. caisar-onnx
  311. caisar-ovo
  312. caisar-xgboost
  313. calcium != "0.3.1"
  314. calculon
  315. calculon-web
  316. caldav
  317. calendar >= "3.0.0"
  318. calendars
  319. calipso
  320. calli
  321. callipyge >= "0.2"
  322. camelot
  323. camels
  324. camelsnakekebab
  325. camldiets
  326. camlimages >= "5.0.2"
  327. camlix
  328. camlkit
  329. camlkit-base
  330. camlkit-gui
  331. camlon >= "3.1.0"
  332. camlp-streams
  333. camlrack
  334. camltc >= "0.9.8"
  335. camomile >= "1.0.2" & < "2.1.0"
  336. camyll
  337. canary
  338. capitalization
  339. capnp >= "3.5.0"
  340. capnp-rpc < "2.1"
  341. capnp-rpc-lwt < "2.0"
  342. capnp-rpc-net < "2.1"
  343. capnp-rpc-unix < "2.1"
  344. caps
  345. caqti >= "1.0.0" & < "3.0.0"
  346. caqti-async < "3.0.0"
  347. caqti-driver-mariadb < "3.0.0"
  348. caqti-driver-pgx < "3.0.0"
  349. caqti-driver-postgresql >= "1.0.0" & < "3.0.0"
  350. caqti-driver-sqlite3 >= "1.0.0" & < "3.0.0"
  351. caqti-dynload >= "1.0.0" & < "3.0.0"
  352. caqti-eio < "3.0.0"
  353. caqti-lwt >= "1.0.0" & < "3.0.0"
  354. caqti-miou < "3.0.0"
  355. caqti-mirage < "3.0.0"
  356. caqti-tls < "3.0.0"
  357. caqti-type-calendar >= "1.0.0" & < "3.0.0"
  358. carbon
  359. carray
  360. carton
  361. carton-git
  362. carton-git-lwt
  363. carton-lwt
  364. carton-miou
  365. carton-miou-unix
  366. castore
  367. catala
  368. catala-format >= "0.2.0"
  369. catala-lsp
  370. catapult
  371. catapult-client
  372. catapult-daemon
  373. catapult-file
  374. catapult-sqlite
  375. cattery
  376. cb-check
  377. cbor >= "0.3"
  378. cborl
  379. ccbg
  380. cconv >= "0.5"
  381. cdb
  382. cdrom >= "0.9.4"
  383. ceph
  384. certify >= "0.3.0"
  385. cf
  386. cf-lwt
  387. cf_workers
  388. cfg >= "2.2.0"
  389. cfml
  390. cfstream
  391. chacha
  392. chamelon >= "0.2.1"
  393. chamelon-unix
  394. chamo
  395. charInfo_width
  396. charrua
  397. charrua-client
  398. charrua-server
  399. charrua-unix
  400. charset
  401. chartjs
  402. chartjs-annotation
  403. chartjs-colorschemes
  404. chartjs-datalabels
  405. chartjs-streaming
  406. chase
  407. checked_oint
  408. checkseum = "0.0.3" | >= "0.2.1"
  409. choice >= "0.4"
  410. chrome-trace < "3.19.0"
  411. cid
  412. cinaps >= "v0.12.0"
  413. clangml >= "4.0.1"
  414. clangml-transforms
  415. clap >= "0.2.0"
  416. clarity-lang
  417. class_group_vdf
  418. clim
  419. clim-ppx
  420. climate
  421. cll
  422. clp_operations
  423. clz
  424. cmarker
  425. cmdliner-stdlib
  426. cmon
  427. coap
  428. coap-core
  429. coap-server-lwt
  430. cobs
  431. codept != "0.11.1"
  432. codept-lib
  433. codex
  434. codicons
  435. cohttp >= "1.1.1"
  436. cohttp-async
  437. cohttp-bench
  438. cohttp-curl
  439. cohttp-curl-async
  440. cohttp-curl-lwt
  441. cohttp-eio
  442. cohttp-lwt
  443. cohttp-lwt-jsoo
  444. cohttp-lwt-unix
  445. cohttp-lwt-unix-bin
  446. cohttp-mirage
  447. cohttp-server-lwt-unix
  448. cohttp-top
  449. cohttp_async_websocket
  450. cohttp_static_handler
  451. coin >= "0.1.1"
  452. colibri2
  453. colibrics >= "0.6"
  454. colibrilib >= "0.6"
  455. colibrilib-why3
  456. colombe
  457. color >= "0.2.0"
  458. color-brewery
  459. colors
  460. combic
  461. combinaml
  462. combinat
  463. comby >= "1.4.0"
  464. comby-kernel
  465. comby-semantic
  466. command_rpc
  467. conan
  468. conan-cli
  469. conan-database
  470. conan-lwt
  471. conan-unix
  472. conduit
  473. conduit-async
  474. conduit-lwt
  475. conduit-lwt-unix
  476. conduit-mirage
  477. conex >= "0.10.0"
  478. conex-mirage-crypto
  479. confero
  480. config
  481. config-file = "1.2.1"
  482. conformist
  483. containers
  484. containers-data
  485. containers-thread
  486. content_security_policy
  487. contract
  488. cookie
  489. cookies
  490. coq >= "8.14.0" & < "9.0.0"
  491. coq-core
  492. coq-lsp
  493. coq-of-ocaml
  494. coq-serapi
  495. coq-stdlib < "9.0.0"
  496. coq-waterproof
  497. coqide >= "8.14.0"
  498. coqide-server
  499. core
  500. core-and-more
  501. core_bench
  502. core_compat
  503. core_extended
  504. core_kernel
  505. core_profiler
  506. core_unix
  507. cosovo
  508. cow >= "2.4.0"
  509. cowabloga >= "0.5.0"
  510. cpm >= "12.1.2"
  511. cppo >= "1.6.6"
  512. cppo_ocamlbuild >= "1.6.6"
  513. cps_toolbox
  514. cpu
  515. cpuid >= "0.1.2"
  516. crc >= "2.1.0"
  517. crlibm >= "0.3"
  518. crontab
  519. crowbar >= "0.2"
  520. crunch
  521. cry >= "0.6.5"
  522. crypt >= "2.0"
  523. cryptokit >= "1.16.1"
  524. csexp
  525. csexp-query
  526. css
  527. css-parser
  528. cstruct < "6.3.0"
  529. cstruct-async < "6.3.0"
  530. cstruct-lwt < "6.3.0"
  531. cstruct-sexp < "6.3.0"
  532. cstruct-unix < "6.3.0"
  533. csv >= "2.2"
  534. csv-lwt >= "2.1"
  535. csvfields
  536. csvtool
  537. ctoxml
  538. ctypes >= "0.21.1"
  539. ctypes-foreign >= "0.21.1"
  540. ctypes-zarith
  541. ctypes_stubs_js
  542. cucumber
  543. cudajit < "0.7.0"
  544. cudd < "0.1.3"
  545. cudf >= "0.10"
  546. cue_sheet_maker
  547. cuid >= "0.2"
  548. cumulus
  549. curl
  550. curl_lwt
  551. curly >= "0.2.0"
  552. current
  553. current-albatross-deployer
  554. current-web-pipelines
  555. current_ansi
  556. current_docker
  557. current_examples
  558. current_git
  559. current_github
  560. current_gitlab
  561. current_incr
  562. current_ocluster
  563. current_rpc
  564. current_slack
  565. current_ssh
  566. current_web
  567. curses >= "1.0.9" & < "1.0.12"
  568. curve-sampling
  569. cvc5 < "1.3.0-2"
  570. cviode
  571. daft >= "0.0.4"
  572. dap
  573. data-encoding
  574. dataframe
  575. datakit-server >= "0.12.2"
  576. datakit-server-9p >= "0.12.2"
  577. datalog >= "0.6"
  578. dates_calc
  579. daypack-lib
  580. dbf != "0.1.1"
  581. dblp
  582. dblp-api
  583. debian-formats >= "0.1.2"
  584. decimal
  585. decoders >= "0.1.2"
  586. decoders-bencode
  587. decoders-cbor
  588. decoders-ezjsonm >= "0.1.2"
  589. decoders-ezxmlm
  590. decoders-jsonaf
  591. decoders-jsonm
  592. decoders-msgpck
  593. decoders-sexplib
  594. decoders-yojson >= "0.1.2"
  595. decompress >= "0.8.1"
  596. dedent
  597. dedukti >= "2.7"
  598. delimcc_of_fxhandler
  599. delimited_parsing
  600. depyt
  601. devkit >= "1.0"
  602. diet
  603. diff
  604. diffable
  605. digestif >= "0.9.0"
  606. directories
  607. dirsift
  608. diskuvbox
  609. disml
  610. dispatch >= "0.4.1"
  611. dispatch-js
  612. distributed >= "0.6.0"
  613. distributed-lwt >= "0.2.0"
  614. distributed-uwt >= "0.2.0"
  615. dkim
  616. dkim-bin
  617. dkim-lwt-unix
  618. dkim-mirage
  619. dkml-c-probe
  620. dkml-dune-dsl
  621. dkml-dune-dsl-show
  622. dkml-install
  623. dkml-install-installer
  624. dkml-install-runner
  625. dkml-runtime-common >= "2.0.3"
  626. dkml-runtime-distribution
  627. dkml-workflows
  628. dlm >= "0.3.1"
  629. dmap
  630. dmarc
  631. dns
  632. dns-certify
  633. dns-cli
  634. dns-client
  635. dns-client-lwt
  636. dns-client-miou-unix
  637. dns-client-mirage
  638. dns-lwt
  639. dns-mirage
  640. dns-resolver
  641. dns-server
  642. dns-stub
  643. dns-tsig
  644. dnsrobot
  645. dnssec
  646. docfd
  647. docker-api >= "0.2"
  648. docker_hub
  649. dockerfile < "8.3.5"
  650. dockerfile-cmd < "8.3.5"
  651. dockerfile-opam >= "8.2.7" & < "8.3.5"
  652. docteur
  653. docteur-solo5
  654. docteur-unix
  655. doctor
  656. doculib
  657. doi2bib
  658. dokeysto >= "3.0.2"
  659. dokeysto_camltc >= "3.0.2"
  660. dokeysto_lz4 >= "3.0.2"
  661. dolmen >= "0.4.1"
  662. dolmen_bin
  663. dolmen_loop
  664. dolmen_lsp
  665. dolmen_model
  666. dolmen_type
  667. dolog >= "4.0.0"
  668. domain-local-await
  669. domain-local-timeout
  670. domain-name
  671. domain_shims
  672. domainslib
  673. dose3 >= "6.1"
  674. dose3-extra
  675. dot-merlin-reader
  676. dotenv
  677. dream
  678. dream-accept
  679. dream-cli
  680. dream-encoding
  681. dream-html
  682. dream-htmx
  683. dream-httpaf
  684. dream-inertia
  685. dream-livereload
  686. dream-pure
  687. dream-serve
  688. dream_middleware_ext
  689. drom >= "0.3.0"
  690. drom_lib >= "0.3.0"
  691. drom_toml
  692. dropbox
  693. dropbox_lwt_unix
  694. dscheck
  695. dssi >= "0.1.3"
  696. dtc-pb
  697. dtoa >= "0.3.2"
  698. dtools
  699. dual
  700. duff >= "0.2"
  701. dum >= "1.0.3"
  702. dump_ocamlformat
  703. dune-action-plugin < "3.19.0"
  704. dune-ai-context
  705. dune-build-info < "3.19.0"
  706. dune-cargo-build
  707. dune-compiledb
  708. dune-configurator >= "2.5.1" & < "3.19.0"
  709. dune-deps
  710. dune-expand
  711. dune-glob < "3.19.0"
  712. dune-private-libs < "3.19.0"
  713. dune-release >= "1.0.0" & != "2.0.0"
  714. dune-rpc < "3.19.0"
  715. dune-rpc-lwt < "3.19.0"
  716. dune-site < "3.19.0"
  717. duppy
  718. duras < "2.1.1"
  719. duration
  720. dyn < "3.19.0"
  721. dypgen
  722. earley >= "3.0.0"
  723. earlybird
  724. easy-format >= "1.3.2"
  725. easy_logging
  726. easy_logging_yojson
  727. ecaml
  728. edn
  729. ego
  730. eigen >= "0.1.0"
  731. eio
  732. eio-ssl
  733. eio-trace
  734. eio_linux
  735. eio_main
  736. eio_posix
  737. eio_windows
  738. either
  739. elasticsearch-cli >= "0.5"
  740. electrod
  741. eliom >= "10.1.2" & < "12.0.0"
  742. elm_core
  743. elm_playground
  744. elm_playground_native
  745. elm_playground_web
  746. elm_system
  747. elpi
  748. email_message
  749. embedded_ocaml_templates
  750. emile >= "0.4"
  751. emoji >= "2.0.0"
  752. encore >= "0.4"
  753. env_config
  754. epictetus
  755. eqaf >= "0.2"
  756. eqaf-cstruct
  757. equinoxe
  758. equinoxe-cohttp
  759. equinoxe-hlc
  760. erlang
  761. errpy
  762. erssical
  763. esa
  764. esgg
  765. esperanto-cosmopolitan >= "0.0.5"
  766. ethernet
  767. euler
  768. exenum >= "0.86"
  769. exit
  770. expect >= "0.1.0"
  771. expect_test_helpers
  772. expect_test_helpers_async
  773. expect_test_helpers_core
  774. expect_test_helpers_kernel
  775. expr
  776. extism
  777. extism-manifest
  778. extlib >= "1.7.9"
  779. extunix >= "0.3.1"
  780. ez_api
  781. ez_cmdliner >= "0.2.0"
  782. ez_config >= "0.2.0"
  783. ez_file >= "0.3.0"
  784. ez_hash
  785. ez_pgocaml
  786. ez_search
  787. ez_subst
  788. ezcurl
  789. ezcurl-lwt
  790. ezdl
  791. ezgzip >= "0.2.3"
  792. ezjs_ace
  793. ezjs_blockies
  794. ezjs_cleave
  795. ezjs_crypto
  796. ezjs_cytoscape
  797. ezjs_d3pie
  798. ezjs_extension
  799. ezjs_fetch
  800. ezjs_idb
  801. ezjs_jquery
  802. ezjs_min
  803. ezjs_odometer
  804. ezjs_push
  805. ezjs_qrcode
  806. ezjs_recaptcha
  807. ezjs_timeline
  808. ezjsonm >= "1.0.0"
  809. ezjsonm-encoding
  810. ezjsonm-lwt
  811. ezlua
  812. ezresto
  813. ezresto-directory
  814. ezsqlite >= "0.4.2"
  815. ezxmlm >= "1.1.0"
  816. FPauth
  817. FPauth-core
  818. FPauth-responses
  819. FPauth-strategies
  820. FrontC >= "4.0.0"
  821. faad >= "0.5.0"
  822. facteur
  823. fadbadml >= "0.1.2"
  824. faraday >= "0.7.1"
  825. faraday-async >= "0.7.1"
  826. faraday-lwt >= "0.7.1"
  827. faraday-lwt-unix >= "0.7.1"
  828. farith
  829. farmhash >= "0.4"
  830. fasmifra
  831. fat-filesystem >= "0.13.0"
  832. fd-send-recv >= "2.0.1"
  833. fdkaac >= "0.3.2"
  834. feat
  835. feat-core
  836. feat-num
  837. feather
  838. feather_async
  839. ff
  840. ff-bench
  841. ff-pbt
  842. ff-sig
  843. ffmpeg >= "1.0.0~beta1"
  844. ffmpeg-av
  845. ffmpeg-avcodec
  846. ffmpeg-avdevice
  847. ffmpeg-avfilter
  848. ffmpeg-avutil
  849. ffmpeg-swresample
  850. ffmpeg-swscale
  851. fftw3
  852. fiat-p256
  853. fiber
  854. fiber-lwt
  855. fieldslib >= "v0.13.0"
  856. file_path
  857. fileutils >= "0.6.1"
  858. finch
  859. fit < "1.3.2"
  860. fix >= "20181206"
  861. flac
  862. flatunionfind
  863. flex-array
  864. flint >= "0.3.2"
  865. floatml
  866. flow_parser >= "0.229.1"
  867. fluxt
  868. fmlib
  869. fmlib_browser
  870. fmlib_js
  871. fmlib_parse
  872. fmlib_pretty
  873. fmlib_std
  874. fontforge-of-ocaml
  875. forester
  876. frama-c >= "26.0~beta"
  877. frama-c-lannotate >= "0.2.3"
  878. frama-c-luncov >= "0.2.1"
  879. frama-c-metacsl >= "0.4"
  880. frama-c-rpp
  881. frama-c-typestates
  882. frama-clang
  883. frama_c_codex
  884. fred
  885. freetds >= "0.7"
  886. frei0r >= "0.1.2"
  887. frenetic
  888. fromager
  889. frontmatter_extractor
  890. fsevents
  891. fsevents-lwt
  892. fsml
  893. fstar >= "2025.02.17" & < "2025.12.15"
  894. fswatch
  895. fswatch_async
  896. fswatch_lwt
  897. fun-postgresql
  898. fun-sql
  899. fun-sqlite
  900. functoria
  901. functoria-runtime
  902. fungi
  903. fuse3
  904. fuseau
  905. fuseau-lwt
  906. fuzzy_compare
  907. fuzzy_match
  908. fxmacrodata
  909. fzf
  910. GenArrayIter
  911. GT < "0.5.4"
  912. gapi-ocaml
  913. gbddml
  914. gccjit
  915. gd >= "1.1"
  916. gdbprofiler
  917. gel
  918. gemini
  919. gen >= "0.5.3"
  920. gen_js_api < "1.1.7"
  921. gendarme < "0.4.1"
  922. gendarme-csv < "0.4.1"
  923. gendarme-ezjsonm < "0.4.1"
  924. gendarme-json < "0.4.0"
  925. gendarme-toml < "0.4.1"
  926. gendarme-yaml < "0.4.1"
  927. gendarme-yojson < "0.4.1"
  928. genspio >= "0.0.3"
  929. genspir >= "1.0.1"
  930. geojson
  931. geojsone
  932. geoml
  933. get_line >= "7.0.0"
  934. getopt >= "20230213"
  935. gettext = "0.4.2"
  936. gettext-camomile < "0.5.0"
  937. gettext-stub < "0.5.0"
  938. giflib < "1.1.0"
  939. git
  940. git-cohttp
  941. git-cohttp-unix
  942. git-http
  943. git-kv
  944. git-mirage
  945. git-net
  946. git-paf
  947. git-split
  948. git-unix
  949. github >= "4.0.0"
  950. github-data
  951. github-hooks
  952. github-hooks-unix >= "0.5.0"
  953. github-jsoo >= "4.3.0"
  954. github-unix >= "4.0.0"
  955. gitlab
  956. gitlab-jsoo
  957. gitlab-unix
  958. gitlab_pipeline_notifier
  959. gl-legacy
  960. glfw-ocaml
  961. globlon
  962. gluon
  963. gluten
  964. gluten-async
  965. gluten-eio
  966. gluten-lwt
  967. gluten-lwt-unix
  968. gluten-mirage
  969. gmap
  970. gmocoin
  971. gmp
  972. gnuplot
  973. gobba
  974. gobject-introspection
  975. goblint < "2.8.0"
  976. goblint-cil >= "1.8.0"
  977. google-drive-ocamlfuse
  978. gopcaml-mode
  979. gopcaml-mode-merlin
  980. gospel
  981. gotd
  982. gperftools
  983. gpiod
  984. gpr
  985. gpt
  986. gptar
  987. gr
  988. grace
  989. gradescope_submit
  990. grain_dypgen >= "0.2.1"
  991. graphics
  992. graphql >= "0.8.0"
  993. graphql-async >= "0.8.0"
  994. graphql-cohttp >= "0.9.0"
  995. graphql-lwt >= "0.8.0"
  996. graphql_jsoo_client
  997. graphql_parser >= "0.9.0"
  998. graphql_ppx
  999. graphv
  1000. graphv_core
  1001. graphv_core_lib
  1002. graphv_font
  1003. graphv_font_js
  1004. graphv_font_stb_truetype
  1005. graphv_gles2
  1006. graphv_gles2_native
  1007. graphv_gles2_native_impl
  1008. graphv_webgl
  1009. graphv_webgl_impl
  1010. gremlin
  1011. grenier
  1012. grid
  1013. grpc
  1014. grpc-async
  1015. grpc-bench
  1016. grpc-eio
  1017. grpc-examples
  1018. grpc-lwt
  1019. gsl >= "1.24.0"
  1020. gstreamer >= "0.3.1"
  1021. guardian
  1022. guile
  1023. h1
  1024. h1-lwt-unix
  1025. h1_parser
  1026. h2
  1027. h2-async
  1028. h2-eio
  1029. h2-lwt
  1030. h2-lwt-unix
  1031. h2-mirage
  1032. hachis
  1033. hack_parallel
  1034. hacl-star
  1035. hacl-star-raw >= "0.5.0"
  1036. hacl_func
  1037. hacl_x25519
  1038. happy-eyeballs
  1039. happy-eyeballs-lwt
  1040. happy-eyeballs-miou-unix
  1041. happy-eyeballs-mirage
  1042. hardcaml
  1043. hardcaml-lua
  1044. hardcaml_axi
  1045. hardcaml_c
  1046. hardcaml_circuits
  1047. hardcaml_event_driven_sim
  1048. hardcaml_fixed_point
  1049. hardcaml_handshake
  1050. hardcaml_of_verilog
  1051. hardcaml_step_testbench
  1052. hardcaml_verify
  1053. hardcaml_verilator
  1054. hardcaml_waveterm
  1055. hardcaml_xilinx
  1056. hardcaml_xilinx_components
  1057. hardcaml_xilinx_reports
  1058. hashcons >= "1.4.0"
  1059. hashset >= "1.0.1"
  1060. haxe >= "4.1.1"
  1061. hc
  1062. hdf5
  1063. hdr_histogram >= "0.0.3"
  1064. headache
  1065. header-check
  1066. hector
  1067. hedgehog
  1068. hedgehog-alcotest
  1069. herdtools7 >= "7.55"
  1070. heroicons-reason-react
  1071. hex >= "1.3.0"
  1072. hex_encode
  1073. hexstring
  1074. hg_lib
  1075. hidapi >= "1.1"
  1076. hidapi-lwt
  1077. higher_kinded
  1078. highlexer
  1079. higlo >= "0.8"
  1080. hilite
  1081. hkdf
  1082. hl_yaml
  1083. hockmd
  1084. hol2dk
  1085. hooke
  1086. hpack
  1087. hpke
  1088. hsluv
  1089. html_of_jsx < "0.0.5"
  1090. htmlfromtexbooks
  1091. hts_shrink >= "2.1.2"
  1092. http
  1093. http-cookie
  1094. http-date < "0.2"
  1095. http-lwt-client
  1096. http-mirage-client
  1097. http-multipart-formdata
  1098. http_async
  1099. httpaf >= "0.6.0"
  1100. httpaf-async >= "0.6.0"
  1101. httpaf-lwt-unix
  1102. httpaf_caged
  1103. httpcats
  1104. httph
  1105. https-eio
  1106. httpun
  1107. httpun-async
  1108. httpun-eio
  1109. httpun-lwt
  1110. httpun-lwt-unix
  1111. httpun-mirage
  1112. httpun-types
  1113. httpun-ws
  1114. httpun-ws-async
  1115. httpun-ws-eio
  1116. httpun-ws-lwt
  1117. httpun-ws-lwt-unix
  1118. httpun-ws-mirage
  1119. huffman
  1120. hurl
  1121. hvsock >= "2.0.0"
  1122. hxd
  1123. hyper
  1124. ISO3166
  1125. ISO8601 >= "0.2.6"
  1126. i3ipc
  1127. icalendar
  1128. idd
  1129. idds
  1130. ifs-fractals
  1131. imagelib
  1132. imguiml
  1133. incr_dom
  1134. incr_dom_interactive
  1135. incr_dom_keyboard
  1136. incr_dom_partial_render
  1137. incr_dom_sexp_form
  1138. incr_dom_widgets
  1139. incr_map
  1140. incr_select
  1141. incremental
  1142. incremental_cycles
  1143. indentation_buffer
  1144. index
  1145. index-bench
  1146. inferno >= "20190924"
  1147. influxdb
  1148. influxdb-async
  1149. influxdb-lwt
  1150. inifiles
  1151. inotify >= "2.4"
  1152. inotify-eio
  1153. inquire
  1154. inquirer_oc
  1155. int_repr
  1156. integers >= "0.3.0"
  1157. integers_stubs_js
  1158. integration1d >= "0.5.1"
  1159. intel_hex
  1160. interface-prime
  1161. interface-prime-lwt
  1162. interval >= "1.5" & < "1.6"
  1163. interval-map
  1164. interval_base
  1165. interval_crlibm
  1166. interval_intel
  1167. intPQueue < "20250925"
  1168. io-page
  1169. io-page-unix
  1170. iomux < "0.4"
  1171. iostream
  1172. iostream-camlzip
  1173. ip2location
  1174. ip2locationio >= "1.0.1"
  1175. ip2proxy
  1176. ip2whois
  1177. ipaddr >= "2.9.0"
  1178. ipaddr-cstruct
  1179. ipaddr-sexp
  1180. irc-client >= "0.6.2"
  1181. irc-client-lwt >= "0.6.2"
  1182. irc-client-lwt-ssl
  1183. irc-client-tls >= "0.6.2"
  1184. irc-client-unix >= "0.6.2"
  1185. iri >= "0.6.0" & < "1.1.0"
  1186. irky
  1187. irky-eio
  1188. irmin
  1189. irmin-bench
  1190. irmin-chunk
  1191. irmin-cli
  1192. irmin-client
  1193. irmin-containers
  1194. irmin-fs
  1195. irmin-git
  1196. irmin-graphql
  1197. irmin-http
  1198. irmin-indexeddb
  1199. irmin-layers
  1200. irmin-mirage
  1201. irmin-mirage-git
  1202. irmin-mirage-graphql
  1203. irmin-pack
  1204. irmin-pack-tools
  1205. irmin-server
  1206. irmin-test
  1207. irmin-tezos
  1208. irmin-unix
  1209. irmin-watcher
  1210. iso639
  1211. iter >= "1.4"
  1212. itv-tree >= "2.2"
  1213. jane-street-headers >= "v0.12.0"
  1214. jane_rope
  1215. janestreet_cpuid
  1216. janestreet_csv
  1217. janestreet_lru_cache
  1218. jasmin >= "2023.06.0"
  1219. jekyll-format >= "0.2.0"
  1220. jemalloc >= "0.2"
  1221. jext
  1222. jhupllib
  1223. jingoo >= "1.3.0"
  1224. jose
  1225. js_of_ocaml < "6.0.1"
  1226. js_of_ocaml-compiler < "6.0.1"
  1227. js_of_ocaml-lwt < "6.0.1"
  1228. js_of_ocaml-ocamlbuild >= "3.5.0"
  1229. js_of_ocaml-ppx < "6.0.1"
  1230. js_of_ocaml-ppx_deriving_json < "6.0.1"
  1231. js_of_ocaml-toplevel < "6.0.1"
  1232. js_of_ocaml-tyxml < "6.0.1"
  1233. js_of_ocaml-webgpu
  1234. js_of_ocaml-webidl
  1235. js_of_ocaml_patches
  1236. json-data-encoding < "1.1.1"
  1237. json-data-encoding-browser < "1.1.1"
  1238. json-data-encoding-bson < "1.1.1"
  1239. json_decoder
  1240. jsonaf
  1241. jsonoo
  1242. jsonrpc < "1.28.0-506~preview"
  1243. jsonschema2atd
  1244. jsonxt
  1245. jsoo-react
  1246. jsoo_broadcastchannel
  1247. jsoo_storage
  1248. jst-config
  1249. junit >= "2.0.1"
  1250. junit_alcotest >= "2.0.1"
  1251. junit_ounit >= "2.0.1"
  1252. jupyter
  1253. jupyter-archimedes
  1254. jupyter-kernel
  1255. jws
  1256. jwto
  1257. kafka >= "0.5"
  1258. kafka-eio
  1259. kafka_async
  1260. kafka_lwt
  1261. kappa-agents
  1262. kappa-binaries
  1263. kappa-library
  1264. kappa-server
  1265. kcas
  1266. kcas_data
  1267. kdf
  1268. kdl
  1269. ke
  1270. key-parsers >= "0.10.1"
  1271. keyseq
  1272. kicadsch >= "0.4.0"
  1273. kind2
  1274. kinetic-client >= "0.0.11"
  1275. kittyimg
  1276. kkmarkdown
  1277. kmt
  1278. knights_tour
  1279. kot
  1280. kqueue < "0.5.0"
  1281. krb
  1282. kube
  1283. lab
  1284. lablgtk3
  1285. lablgtk3-extras >= "3.0.1"
  1286. lablgtk3-goocanvas2
  1287. lablgtk3-gtkspell3
  1288. lablgtk3-rsvg2
  1289. lablgtk3-sourceview3
  1290. lablqml
  1291. lacaml >= "11.0.2"
  1292. ladspa >= "0.2.0"
  1293. lambda
  1294. lambda-runtime
  1295. lambda-term >= "2.0"
  1296. lambda_streams
  1297. lambda_streams_async
  1298. lambda_streams_lwt
  1299. lambdapi
  1300. lambdasoup >= "0.6.4"
  1301. lame >= "0.3.4"
  1302. landmarks = "1.4"
  1303. landmarks-ppx < "1.5"
  1304. lascar >= "0.6-alpha"
  1305. lastfm >= "0.3.3"
  1306. launchd >= "1.3"
  1307. layoutz
  1308. lazy-trie
  1309. lbfgs >= "0.9.1"
  1310. lbvs_consent >= "2.1.0"
  1311. ldap >= "2.4.1"
  1312. ldp < "0.5.0"
  1313. ldp_curl < "0.5.0"
  1314. ldp_js < "0.5.0"
  1315. ldp_tls < "0.5.0"
  1316. leaflet
  1317. learn-ocaml
  1318. learn-ocaml-client
  1319. leaves
  1320. ledgerwallet
  1321. legacy_diffable
  1322. lens >= "1.2.4"
  1323. letsencrypt
  1324. letsencrypt-app
  1325. letsencrypt-dns
  1326. letsencrypt-mirage
  1327. letters
  1328. leveldb
  1329. lib_parsing
  1330. libabsolute
  1331. libbinaryen < "105.1.0" | >= "107.0.1"
  1332. libbpf
  1333. libbpf_maps
  1334. libc
  1335. libdash >= "0.4.1"
  1336. libirmin
  1337. libsail < "0.20.2"
  1338. libsvm >= "0.10.0"
  1339. libzipperposition
  1340. lilac
  1341. lilv
  1342. line-up-words
  1343. line_oriented
  1344. linenoise >= "1.3.1"
  1345. links
  1346. links-mysql
  1347. links-postgresql
  1348. links-sqlite3
  1349. linol
  1350. linol-eio
  1351. linol-lwt
  1352. lintcstubs
  1353. lintcstubs-arity < "0.5.2"
  1354. lintcstubs-gen
  1355. linwrap
  1356. liquid_interpreter
  1357. liquid_ml
  1358. liquid_parser
  1359. liquid_std
  1360. liquid_syntax
  1361. liquidsoap-core
  1362. liquidsoap-lang < "2.3.3"
  1363. liquidsoap-libs
  1364. liquidsoap-libs-extra
  1365. little_logger
  1366. llama
  1367. llama-cpp-ocaml
  1368. llama_core
  1369. llama_interactive
  1370. llama_midi
  1371. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1372. lmdb >= "1.0" & < "1.1.3"
  1373. lo >= "0.2.0"
  1374. lockfree
  1375. locswijch
  1376. loga
  1377. logical
  1378. logs-async
  1379. logs-async-reporter
  1380. logs-ppx
  1381. logs-syslog
  1382. logtk
  1383. loop
  1384. lp
  1385. lp-glpk
  1386. lp-glpk-js
  1387. lp-gurobi
  1388. lp-highs
  1389. lpd
  1390. lreplay
  1391. lrgrep
  1392. lru >= "0.3.0"
  1393. lru_cache
  1394. lsp < "1.28.0-506~preview"
  1395. lt-code
  1396. lua-ml >= "0.9.3"
  1397. lua_parser
  1398. lucid
  1399. lun
  1400. lustre-v6 >= "6.103.3"
  1401. lutils >= "1.51.2"
  1402. lutin >= "2.71.10"
  1403. luv
  1404. luv_unix
  1405. lwd
  1406. lwt < "6.0.0"
  1407. lwt-canceler >= "0.2"
  1408. lwt-dllist
  1409. lwt-exit
  1410. lwt-parallel
  1411. lwt-watcher >= "0.2"
  1412. lwt_direct < "6.0.0"
  1413. lwt_domain
  1414. lwt_eio
  1415. lwt_glib >= "1.1.1"
  1416. lwt_log >= "1.1.1"
  1417. lwt_ppx >= "1.2.2" & < "6.0.0"
  1418. lwt_react >= "1.1.2"
  1419. lwt_retry
  1420. lwt_runtime_events < "6.0.0"
  1421. lwt_ssl >= "1.1.3"
  1422. lz4 >= "1.2.0"
  1423. lz4_chans >= "3.0.1"
  1424. lzo >= "0.0.3"
  1425. MlFront_Cache < "2.4.2.30"
  1426. MlFront_Cli < "2.4.2.30"
  1427. MlFront_Config < "2.4.2.30"
  1428. MlFront_Core < "2.4.2.30"
  1429. MlFront_Errors < "2.4.2.30"
  1430. MlFront_Logs < "2.4.2.30"
  1431. MlFront_Manip < "2.4.2.30"
  1432. MlFront_Signify < "2.4.2.30"
  1433. MlFront_ZipFile < "2.4.2.30"
  1434. m_tree
  1435. macaddr
  1436. macaddr-cstruct
  1437. macaddr-sexp
  1438. mad >= "0.5.0"
  1439. magic-mime >= "1.1.2"
  1440. magic-trace
  1441. make-random
  1442. malfunction
  1443. man_in_the_middle_debugger
  1444. mariadb >= "1.2.0"
  1445. markdown
  1446. markup >= "0.8.0"
  1447. markup-lwt
  1448. mastodon-archive-viewer >= "0.2"
  1449. matcha
  1450. matita
  1451. matplotlib
  1452. mazeppa
  1453. mbr-format
  1454. mc2
  1455. mccs
  1456. mcrunch
  1457. md2mld
  1458. mdx >= "1.8.0" & < "2.6.0"
  1459. mec
  1460. mechaml
  1461. mehari
  1462. mehari-eio
  1463. mehari-eio-unix
  1464. mehari-lwt-unix
  1465. mehari-mirage
  1466. mel
  1467. melange < "6.0.1-51"
  1468. melange-atdgen-codec-runtime
  1469. melange-compiler-libs
  1470. melange-fest
  1471. melange-fetch
  1472. melange-jest
  1473. melange-json < "2.0.0"
  1474. melange-json-native < "2.0.0"
  1475. melange-moment
  1476. melange-numeral
  1477. melange-radix-icons
  1478. melange-react-dates
  1479. melange-react-query
  1480. melange-recharts
  1481. melange-str
  1482. melange-testing-library
  1483. melange-webapi
  1484. meldep
  1485. mem_usage < "0.2.0"
  1486. memcad
  1487. memfd
  1488. memgraph
  1489. memgraph_kitty
  1490. memo
  1491. memprof-limits
  1492. memtrace
  1493. memtrace-mirage
  1494. memtrace_viewer
  1495. menhir >= "20200123"
  1496. menhirCST
  1497. menhirGLR
  1498. menhirLib
  1499. menhirSdk
  1500. merge-fmt
  1501. merlin
  1502. merlin-extend
  1503. merlin-lib
  1504. mesh >= "0.9.5"
  1505. mesh-easymesh >= "0.9.5"
  1506. mesh-graphics >= "0.9.5"
  1507. mesh-triangle >= "0.9.5"
  1508. metadata
  1509. metadb
  1510. metapp
  1511. metaquot
  1512. metrics
  1513. metrics-influx
  1514. metrics-lwt
  1515. metrics-rusage
  1516. metrics-unix
  1517. mew
  1518. mew_vi
  1519. mfetch
  1520. mhttp
  1521. mhttp-client
  1522. mhttp-server
  1523. miaou
  1524. miaou-core
  1525. miaou-driver-matrix
  1526. miaou-driver-sdl
  1527. miaou-driver-term
  1528. miaou-driver-web
  1529. miaou-registry
  1530. miaou-runner
  1531. miaou-tui
  1532. miaou-widgets-display-sdl
  1533. micro_httpd
  1534. middleware
  1535. migra
  1536. mimic
  1537. mimic-happy-eyeballs
  1538. mindstorm >= "0.8"
  1539. mindstorm-lwt
  1540. minicaml
  1541. minicli >= "5.0.2"
  1542. minisat >= "0.3"
  1543. minttea
  1544. miou
  1545. mirage >= "4.0.0"
  1546. mirage-block
  1547. mirage-block-ccm
  1548. mirage-block-combinators
  1549. mirage-block-lwt
  1550. mirage-block-partition
  1551. mirage-block-ramdisk
  1552. mirage-block-solo5
  1553. mirage-block-unikraft
  1554. mirage-block-unix
  1555. mirage-block-xen
  1556. mirage-bootvar
  1557. mirage-channel >= "3.2.0"
  1558. mirage-channel-lwt
  1559. mirage-clock
  1560. mirage-clock-lwt
  1561. mirage-clock-unix
  1562. mirage-conduit
  1563. mirage-console
  1564. mirage-console-lwt
  1565. mirage-crypto
  1566. mirage-crypto-ec
  1567. mirage-crypto-pk
  1568. mirage-crypto-rng
  1569. mirage-crypto-rng-async
  1570. mirage-crypto-rng-eio
  1571. mirage-crypto-rng-lwt
  1572. mirage-crypto-rng-miou-unix
  1573. mirage-crypto-rng-mirage
  1574. mirage-crypto-rng-mkernel
  1575. mirage-device
  1576. mirage-dns
  1577. mirage-flow
  1578. mirage-flow-combinators
  1579. mirage-flow-lwt
  1580. mirage-flow-unix
  1581. mirage-fs
  1582. mirage-fs-lwt
  1583. mirage-kv >= "2.0.0"
  1584. mirage-kv-lwt >= "2.0.0"
  1585. mirage-kv-mem
  1586. mirage-kv-unix
  1587. mirage-logs
  1588. mirage-monitoring
  1589. mirage-mtime
  1590. mirage-nat
  1591. mirage-net
  1592. mirage-net-lwt
  1593. mirage-net-macosx >= "1.6.0"
  1594. mirage-net-solo5
  1595. mirage-net-unikraft
  1596. mirage-net-unix
  1597. mirage-net-xen
  1598. mirage-profile
  1599. mirage-protocols
  1600. mirage-protocols-lwt
  1601. mirage-ptime
  1602. mirage-qubes
  1603. mirage-qubes-ipv4
  1604. mirage-random
  1605. mirage-runtime
  1606. mirage-sleep
  1607. mirage-solo5
  1608. mirage-stack
  1609. mirage-stack-lwt
  1610. mirage-time
  1611. mirage-time-lwt
  1612. mirage-time-unix
  1613. mirage-types >= "3.6.0"
  1614. mirage-types-lwt >= "3.6.0"
  1615. mirage-unix
  1616. mirage-vnetif
  1617. mirage-xen
  1618. mjson
  1619. mkaudio >= "1.1.0"
  1620. mkernel < "0.0.3"
  1621. mkocaml
  1622. mlbdd >= "0.7.2"
  1623. mlfenv
  1624. mlmpfr >= "4.0.2+dune"
  1625. mlpost
  1626. mlpost-lablgtk
  1627. mlt_parser
  1628. mlx < "0.10"
  1629. mm >= "0.7.0"
  1630. mmap
  1631. mmdb
  1632. mmo
  1633. mnd
  1634. mnet
  1635. mnet-cli
  1636. mnet-dhcp
  1637. mnet-dns
  1638. mnet-happy-eyeballs
  1639. mnet-ssh
  1640. mnet-tls
  1641. mnottui
  1642. mnotty
  1643. mock >= "0.1.1"
  1644. mock-ounit >= "0.1.1"
  1645. module-graph
  1646. molenc >= "5.0.0"
  1647. monaco_jsoo
  1648. monolith
  1649. monomorphic >= "2.0"
  1650. monorobot
  1651. moonpool
  1652. moonpool-io
  1653. moonpool-lwt
  1654. mopsa
  1655. morbig >= "0.10.3"
  1656. morsmall
  1657. moss >= "0.1.1"
  1658. mparser >= "1.3"
  1659. mparser-pcre
  1660. mparser-re
  1661. mperf
  1662. mpg123
  1663. mpp >= "0.3.4"
  1664. mpris
  1665. mpris-clients
  1666. mqtt
  1667. mrmime
  1668. msat >= "0.8"
  1669. msat-bin
  1670. msendmail
  1671. mset
  1672. msgpck >= "1.5"
  1673. msgpck-repr
  1674. mssql
  1675. mtbox
  1676. mugen
  1677. mula
  1678. multibase
  1679. multicodec
  1680. multicont >= "1.0.1"
  1681. multicore-bench
  1682. multicore-magic
  1683. multicore-magic-dscheck
  1684. multihash
  1685. multihash-digestif
  1686. multipart-form-data >= "0.3.0"
  1687. multipart_form
  1688. multipart_form-cohttp-lwt
  1689. multipart_form-eio
  1690. multipart_form-lwt
  1691. multipart_form-miou
  1692. murmur3 >= "0.3"
  1693. mustache >= "3.1.0"
  1694. mustache-cli
  1695. mutaml
  1696. mutf8
  1697. mwt
  1698. mybuild >= "7"
  1699. mysql8
  1700. mysql_protocol
  1701. n_ary
  1702. naboris
  1703. nacc
  1704. nanoev
  1705. nanoev-picos
  1706. nanoev-posix
  1707. nanoev_tiny_httpd
  1708. nanoid
  1709. nanosvg
  1710. nanosvg_text
  1711. nbd >= "4.0.3"
  1712. nbd-tool
  1713. nbd-unix
  1714. nel
  1715. neo4j_bolt
  1716. neodriver
  1717. neodriver_core
  1718. neodriver_eio
  1719. neodriver_packstream
  1720. netkat
  1721. netlink >= "0.3.4"
  1722. netsnmp
  1723. neural_nets_lib < "0.5.2"
  1724. nice_parser
  1725. ninja_utils
  1726. niru
  1727. nloge
  1728. nlopt
  1729. nmea
  1730. noCanren
  1731. nocoiner
  1732. node_of_ocaml
  1733. nomad
  1734. non_empty_list
  1735. nottui
  1736. nottui-lwt
  1737. nottui-miou
  1738. nottui-pretty
  1739. nottui-unix
  1740. notty >= "0.2.3"
  1741. notty-community
  1742. notty-miou
  1743. notty_async >= "v0.13.0"
  1744. np
  1745. npy >= "0.0.9"
  1746. nsq
  1747. numeric_string
  1748. nuscr
  1749. OCADml
  1750. OCanren
  1751. OCanren-ppx
  1752. OSCADml
  1753. obatcher
  1754. obeam
  1755. obelisk >= "0.5.0"
  1756. obs-eio
  1757. obs-prometheus-eio
  1758. obuilder < "0.7.0"
  1759. obuilder-spec < "0.7.0"
  1760. obus >= "1.2.1"
  1761. ocal >= "0.2.2"
  1762. ocaml-canvas
  1763. ocaml-compiler-libs >= "v0.12.0"
  1764. ocaml-embed-file
  1765. ocaml-in-python
  1766. ocaml-index
  1767. ocaml-lsp-server < "1.28.0-506~preview"
  1768. ocaml-lua
  1769. ocaml-migrate-parsetree
  1770. ocaml-migrate-parsetree-ocamlbuild
  1771. ocaml-monadic >= "0.4.1"
  1772. ocaml-print-intf
  1773. ocaml-probes
  1774. ocaml-protoc >= "2.0.1"
  1775. ocaml-protoc-plugin
  1776. ocaml-r >= "0.1.1"
  1777. ocaml-sat-solvers >= "0.8"
  1778. ocaml-syntax-shims
  1779. ocaml-systemd >= "1.3"
  1780. ocaml-top
  1781. ocaml-vdom < "transition"
  1782. ocaml-version >= "3.5.0"
  1783. ocaml_db_model
  1784. ocaml_intrinsics
  1785. ocaml_intrinsics_kernel
  1786. ocaml_openapi_generator
  1787. ocaml_pgsql_model
  1788. ocaml_plugin
  1789. ocamlc-loc < "3.19.0"
  1790. ocamlcodoc
  1791. ocamldiff >= "1.2"
  1792. ocamlformat >= "0.24.1"
  1793. ocamlformat-lib
  1794. ocamlformat-mlx
  1795. ocamlformat-mlx-lib
  1796. ocamlformat-rpc < "removed"
  1797. ocamlformat-rpc-lib
  1798. ocamlfuse
  1799. ocamlgraph >= "2.0.0"
  1800. ocamlgraph_gtk
  1801. ocamline
  1802. ocamlmerlin-mlx < "0.10"
  1803. ocamlmig < "5.4.20260731"
  1804. ocamlog
  1805. ocamlregextkit
  1806. ocannl_npy
  1807. ocb
  1808. ocf >= "0.8.0" & < "1.0.0"
  1809. ocf_ppx < "1.0.0"
  1810. ocgtk
  1811. ockt
  1812. ocluster < "0.2" | >= "0.4.0"
  1813. ocluster-api
  1814. ocluster-worker
  1815. ocolor
  1816. ocp-browser >= "1.2.1"
  1817. ocp-indent >= "1.7.0" & < "1.9.0"
  1818. ocp-indent-nlfork
  1819. ocp-index
  1820. ocp-search
  1821. ocp_reveal
  1822. ocplib-endian >= "1.1"
  1823. ocplib-json-typed-browser
  1824. ocplib-json-typed-bson
  1825. ocplib-simplex >= "0.5"
  1826. ocplib_stuff >= "0.4.0"
  1827. ocsigen-i18n >= "4.0.0"
  1828. ocsigen-ppx-rpc
  1829. ocsigenserver >= "4.0.1" & < "7.0.0"
  1830. ocsipersist < "2.1.0"
  1831. ocsipersist-dbm < "2.1.0"
  1832. ocsipersist-dbm-config < "2.1.0"
  1833. ocsipersist-lib < "2.1.0"
  1834. ocsipersist-pgsql < "2.1.0"
  1835. ocsipersist-pgsql-config < "2.1.0"
  1836. ocsipersist-sqlite < "2.1.0"
  1837. ocsipersist-sqlite-config < "2.1.0"
  1838. octavius >= "1.2.2"
  1839. ocue
  1840. odate
  1841. odds >= "1.1"
  1842. odep
  1843. odepack >= "0.6.9"
  1844. odnnr
  1845. odoc < "3.1.0"
  1846. odoc-driver < "3.1.0"
  1847. odoc-md < "3.1.0"
  1848. odoc-parser < "3.1.0"
  1849. oepub
  1850. of_json
  1851. offheap
  1852. oframl
  1853. ogg >= "1.0.0"
  1854. ohex
  1855. oidc
  1856. ojo
  1857. ojs < "1.1.7"
  1858. ojs_base
  1859. ojs_base_all
  1860. ojs_base_ppx
  1861. ojs_ed
  1862. ojs_filetree
  1863. ojs_list
  1864. oktree
  1865. olinq >= "0.3"
  1866. oma
  1867. omd >= "1.3.2"
  1868. ometrics
  1869. omg
  1870. omigrate
  1871. omlr >= "1.0.3"
  1872. omtl
  1873. oneffs
  1874. oniguruma
  1875. opam-0install
  1876. opam-0install-cudf
  1877. opam-audit
  1878. opam-bin >= "1.0.0"
  1879. opam-build
  1880. opam-check-npm-deps
  1881. opam-client >= "2.0.2"
  1882. opam-compiler
  1883. opam-core >= "2.0.2"
  1884. opam-custom-install
  1885. opam-devel >= "2.0.2"
  1886. opam-dune-lint
  1887. opam-ed >= "0.4"
  1888. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0"
  1889. opam-format >= "2.0.2"
  1890. opam-graph
  1891. opam-grep >= "0.2.0"
  1892. opam-installer >= "2.0.2"
  1893. opam-minver
  1894. opam-monorepo
  1895. opam-package-upgrade >= "0.2"
  1896. opam-publish >= "2.0.2"
  1897. opam-repository >= "2.0.2"
  1898. opam-solver >= "2.0.2"
  1899. opam-spin
  1900. opam-state >= "2.0.2"
  1901. opam-test
  1902. opam_bin_lib != "0.9.5"
  1903. opasswd
  1904. opatch
  1905. opazl
  1906. openai
  1907. openai-gym
  1908. openapi
  1909. openapi-opium
  1910. openapi_router
  1911. opencc0
  1912. opencc1
  1913. opencc1_1
  1914. openQASM
  1915. openstellina
  1916. opentelemetry
  1917. opentelemetry-client
  1918. opentelemetry-client-cohttp-eio
  1919. opentelemetry-client-cohttp-lwt
  1920. opentelemetry-client-ocurl
  1921. opentelemetry-client-ocurl-lwt
  1922. opentelemetry-cohttp-lwt
  1923. opentelemetry-logs
  1924. opentelemetry-lwt
  1925. opine
  1926. opium
  1927. opium-graphql
  1928. opium-testing
  1929. opium_kernel >= "0.17.0"
  1930. oplot
  1931. oplsr
  1932. opomodoro
  1933. opsian
  1934. optal
  1935. opti
  1936. optimization1d >= "0.6.1"
  1937. optiml-transport
  1938. optint
  1939. opus
  1940. oq
  1941. oraft
  1942. oranger >= "2.0.1"
  1943. orb
  1944. order-i3-xfce
  1945. ordering < "3.19.0"
  1946. ordinal
  1947. ordinal_abbreviation
  1948. ordma >= "0.0.5"
  1949. orec >= "1.0.1"
  1950. orewa
  1951. orf
  1952. orgeat
  1953. orpie
  1954. orrandomForest
  1955. orsvm_e1071 >= "4.0.0"
  1956. ortac-core
  1957. ortac-dune
  1958. ortac-qcheck-stm
  1959. ortac-runtime
  1960. ortac-runtime-qcheck-stm
  1961. ortac-wrapper
  1962. orthologic-coq
  1963. orxgboost >= "1.1.0"
  1964. osc >= "0.2.0"
  1965. osc-lwt
  1966. osc-unix
  1967. osdp >= "1.1.1"
  1968. oseq >= "0.2"
  1969. osh
  1970. oskel
  1971. osnap
  1972. ostap >= "0.6"
  1973. osx-keychain
  1974. osx-secure-transport
  1975. otaglibc
  1976. otf
  1977. otoggl
  1978. otoml
  1979. otr
  1980. oui
  1981. ounit = "2.1.2"
  1982. ounit-lwt < "2.2.0"
  1983. ounit2
  1984. ounit2-lwt
  1985. override
  1986. owebview
  1987. owee
  1988. owi
  1989. owl >= "0.4.0" & < "1.2"
  1990. owl-base >= "0.4.0" & < "1.2"
  1991. owl-jupyter
  1992. owl-ode
  1993. owl-ode-base
  1994. owl-ode-odepack
  1995. owl-ode-sundials
  1996. owl-opt
  1997. owl-opt-lbfgs
  1998. owl-plplot < "1.1"
  1999. owl-symbolic
  2000. owl-top >= "0.4.0" & < "1.2"
  2001. owl-zoo >= "0.4.0"
  2002. owork
  2003. ozulip
  2004. p4pp
  2005. p4spectec
  2006. p5scm
  2007. packstream
  2008. pacomb
  2009. paf
  2010. paf-cohttp
  2011. pam
  2012. pancake
  2013. pandoc
  2014. pandoc-abbreviations
  2015. pandoc-comment
  2016. pandoc-crossref
  2017. pandoc-include
  2018. pandoc-inspect
  2019. pandoc-pdf2png
  2020. pandoc-replace
  2021. papi >= "0.1.1"
  2022. par_incr
  2023. parany >= "9.0.0"
  2024. pardi >= "2.0.2"
  2025. pari
  2026. pari-bindings
  2027. parmap >= "1.1.1"
  2028. parsexp >= "v0.13.0"
  2029. parsexp_io
  2030. parsite
  2031. parsley
  2032. passage
  2033. patch
  2034. patdiff
  2035. path_glob
  2036. patience_diff
  2037. patricia-tree
  2038. pattern
  2039. pb
  2040. pb-plugin
  2041. pbkdf
  2042. pbrt
  2043. pbrt_services
  2044. pbrt_yojson
  2045. pcap-format >= "0.5.2"
  2046. pcrc
  2047. pcre >= "7.3.5"
  2048. pcre2
  2049. pds-reachability >= "0.2.2"
  2050. pecu >= "0.2"
  2051. petrol
  2052. pf-qubes
  2053. pg_query
  2054. pgocaml >= "4.0"
  2055. pgocaml_ppx
  2056. pgx
  2057. pgx_async
  2058. pgx_lwt
  2059. pgx_lwt_mirage
  2060. pgx_lwt_unix
  2061. pgx_unix
  2062. pgx_value_core
  2063. pgx_value_ptime
  2064. phantom-algebra >= "1.0.1"
  2065. phonetic
  2066. phylogenetics
  2067. piaf
  2068. picasso
  2069. picos
  2070. picos_aux
  2071. picos_io
  2072. picos_io_cohttp
  2073. picos_lwt
  2074. picos_meta
  2075. picos_mux
  2076. picos_std
  2077. piece_rope
  2078. piqi >= "0.7.8"
  2079. piqilib >= "0.6.16"
  2080. pixel_pusher
  2081. pkcs11 >= "0.18.0"
  2082. pkcs11-cli
  2083. pkcs11-driver
  2084. pkcs11-rev
  2085. pla >= "1.3"
  2086. plateau
  2087. plato
  2088. playwright
  2089. plebeia
  2090. plist-xml
  2091. plist-xml-lwt
  2092. plotkicadsch
  2093. plotly
  2094. plplot >= "5.11.0-1"
  2095. polars
  2096. polars_async
  2097. polka
  2098. poll
  2099. polling_state_rpc
  2100. polly < "0.5.0"
  2101. polynomial
  2102. pomap
  2103. popper
  2104. portaudio >= "0.2.2"
  2105. portaudio_c_bindings
  2106. posix-base < "4.0.1"
  2107. posix-bindings < "4.0.1"
  2108. posix-getopt >= "2.0.0" & < "4.0.1"
  2109. posix-math2 < "4.0.1"
  2110. posix-signal < "4.0.1"
  2111. posix-socket < "4.0.1"
  2112. posix-socket-unix < "4.0.1"
  2113. posix-time2 < "4.0.1"
  2114. posix-types >= "2.0.0" & < "4.0.1"
  2115. posix-uname < "4.0.1"
  2116. posixat
  2117. postgres_async
  2118. postgresql >= "4.4.1"
  2119. pp
  2120. pp-binary-ints
  2121. pp_loc
  2122. pprint >= "20200226"
  2123. ppx-owl-opt
  2124. ppx_accessor
  2125. ppx_assert
  2126. ppx_bap
  2127. ppx_base
  2128. ppx_bench
  2129. ppx_bin_prot
  2130. ppx_bin_there
  2131. ppx_bitstring < "5.0.2"
  2132. ppx_blob >= "0.6.0"
  2133. ppx_camlrack
  2134. ppx_catch
  2135. ppx_cold
  2136. ppx_compare
  2137. ppx_compose >= "0.1.0"
  2138. ppx_const
  2139. ppx_conv_func
  2140. ppx_counters
  2141. ppx_css
  2142. ppx_cstruct < "6.3.0"
  2143. ppx_cstubs
  2144. ppx_csv_conv
  2145. ppx_custom_printf
  2146. ppx_decimal
  2147. ppx_default
  2148. ppx_defer >= "0.4.0"
  2149. ppx_demo
  2150. ppx_derive_at_runtime
  2151. ppx_derivers >= "1.2.1"
  2152. ppx_deriving >= "4.5-1"
  2153. ppx_deriving_cad
  2154. ppx_deriving_cmdliner
  2155. ppx_deriving_decoders
  2156. ppx_deriving_encoding
  2157. ppx_deriving_ezjsonm
  2158. ppx_deriving_hardcaml
  2159. ppx_deriving_hash < "0.1.4"
  2160. ppx_deriving_json_schema
  2161. ppx_deriving_jsoo
  2162. ppx_deriving_madcast >= "0.2"
  2163. ppx_deriving_popper
  2164. ppx_deriving_protobuf
  2165. ppx_deriving_qcheck
  2166. ppx_deriving_rpc
  2167. ppx_deriving_scad
  2168. ppx_deriving_variant_string
  2169. ppx_deriving_yaml
  2170. ppx_deriving_yojson
  2171. ppx_diff
  2172. ppx_disable_unused_warnings
  2173. ppx_distr_guards >= "0.2"
  2174. ppx_dream_eml
  2175. ppx_embed_file
  2176. ppx_enforce
  2177. ppx_enumerate
  2178. ppx_expect
  2179. ppx_expect_nobase >= "v0.17.2.2"
  2180. ppx_ezlua
  2181. ppx_factory
  2182. ppx_fail
  2183. ppx_fields_conv
  2184. ppx_fixed_literal
  2185. ppx_forbid
  2186. ppx_format
  2187. ppx_fun
  2188. ppx_gen_rec >= "1.1.0"
  2189. ppx_getenv
  2190. ppx_globalize
  2191. ppx_hardcaml
  2192. ppx_hash
  2193. ppx_here
  2194. ppx_ignore_instrumentation
  2195. ppx_import
  2196. ppx_inline_alcotest
  2197. ppx_inline_test
  2198. ppx_inline_test_nobase
  2199. ppx_interact
  2200. ppx_irmin
  2201. ppx_jane
  2202. ppx_js_style
  2203. ppx_jsobject_conv
  2204. ppx_jsonaf_conv
  2205. ppx_let
  2206. ppx_log
  2207. ppx_lun
  2208. ppx_make
  2209. ppx_map
  2210. ppx_marshal < "0.4.1"
  2211. ppx_marshal_ext < "0.4.1"
  2212. ppx_matches < "0.2.0"
  2213. ppx_meta_conv
  2214. ppx_mica
  2215. ppx_mikmatch
  2216. ppx_minidebug
  2217. ppx_module_timer
  2218. ppx_monad
  2219. ppx_monoid >= "0.3.2"
  2220. ppx_mysql
  2221. ppx_open
  2222. ppx_optcomp
  2223. ppx_optint
  2224. ppx_optional
  2225. ppx_parser
  2226. ppx_partial
  2227. ppx_pattern_bind
  2228. ppx_pbt
  2229. ppx_pipebang
  2230. ppx_protocol_conv
  2231. ppx_protocol_conv_json
  2232. ppx_protocol_conv_jsonm
  2233. ppx_protocol_conv_msgpack
  2234. ppx_protocol_conv_xml_light
  2235. ppx_protocol_conv_xmlm
  2236. ppx_protocol_conv_yaml
  2237. ppx_pyformat
  2238. ppx_python
  2239. ppx_quick_test
  2240. ppx_rapper
  2241. ppx_rapper_async
  2242. ppx_rapper_lwt
  2243. ppx_regexp >= "0.4.0"
  2244. ppx_repr
  2245. ppx_seq
  2246. ppx_sexp_conv
  2247. ppx_sexp_message
  2248. ppx_sexp_value
  2249. ppx_show
  2250. ppx_stable
  2251. ppx_stable_witness
  2252. ppx_string
  2253. ppx_string_conv
  2254. ppx_string_interpolation
  2255. ppx_subliner
  2256. ppx_system
  2257. ppx_test
  2258. ppx_tools
  2259. ppx_tools_versioned
  2260. ppx_trace
  2261. ppx_ts
  2262. ppx_tydi
  2263. ppx_type_directed_value
  2264. ppx_typed_fields
  2265. ppx_typerep_conv
  2266. ppx_tyre
  2267. ppx_units
  2268. ppx_unreachable
  2269. ppx_update
  2270. ppx_variants_conv
  2271. ppx_viewpattern
  2272. ppx_wideopen
  2273. ppx_xml_conv
  2274. ppx_yojson
  2275. ppx_yojson_conv
  2276. ppx_yojson_conv_lib
  2277. ppxfind
  2278. ppxlib
  2279. ppxlib-tools
  2280. ppxlib_jane
  2281. ppxx
  2282. pratter
  2283. prbnmcn-basic-structures
  2284. prbnmcn-cgrph
  2285. prbnmcn-clustering
  2286. prbnmcn-dagger
  2287. prbnmcn-dagger-gsl
  2288. prbnmcn-dagger-stats
  2289. prbnmcn-dagger-test
  2290. prbnmcn-gnuplot
  2291. prbnmcn-linalg
  2292. prbnmcn-mcts
  2293. prbnmcn-proptest
  2294. prbnmcn-stats
  2295. prbnmcn-ucb1
  2296. prc
  2297. preface
  2298. prelude
  2299. pretty_expressive
  2300. prettym
  2301. printbox >= "0.3"
  2302. printbox-ext-plot
  2303. printbox-html
  2304. printbox-md
  2305. printbox-text >= "0.6.1"
  2306. proc-smaps
  2307. process_limits
  2308. processor
  2309. producer
  2310. prof_spacetime
  2311. profiling
  2312. profunctor
  2313. progress < "0.5.0"
  2314. prom
  2315. prometheus >= "0.6"
  2316. prometheus-app >= "0.6"
  2317. prometheus-eio
  2318. prometheus-liquidsoap >= "2"
  2319. prometheus-lwt
  2320. prometheus-reporter
  2321. promise
  2322. promise_jsoo
  2323. promise_jsoo_lwt
  2324. protocell
  2325. protocol-9p >= "1.0.0"
  2326. protocol-9p-tool >= "1.0.0"
  2327. protocol-9p-unix >= "1.0.0"
  2328. protocol_version_header
  2329. prr
  2330. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2331. psq >= "0.1.1"
  2332. ptmap >= "2.0.5"
  2333. ptset
  2334. pulseaudio >= "0.1.4"
  2335. pure-html
  2336. pure-splitmix >= "0.3"
  2337. purl
  2338. pvec
  2339. pxshot
  2340. py >= "1.1"
  2341. pyast
  2342. pyml >= "20210924"
  2343. pyml_bindgen >= "0.3.0"
  2344. pyre-ast
  2345. pythonlib
  2346. qbf >= "0.3"
  2347. qcheck >= "0.13"
  2348. qcheck-alcotest
  2349. qcheck-core
  2350. qcheck-lin < "0.10"
  2351. qcheck-multicoretests-util < "0.10"
  2352. qcheck-ounit
  2353. qcheck-stm < "0.10"
  2354. qdrant
  2355. qinap
  2356. qiskit
  2357. qmp >= "0.19.0"
  2358. qrencode
  2359. qtest >= "2.10.1"
  2360. queenshead
  2361. quests
  2362. quick_print
  2363. quickjs
  2364. radamsa
  2365. radare2 >= "0.0.3"
  2366. randii
  2367. random
  2368. randomconv
  2369. randoml
  2370. range >= "0.8"
  2371. rangeSet
  2372. rankers
  2373. ravel
  2374. rawlink
  2375. rawlink-eio
  2376. rawlink-lwt
  2377. raygui < "1.4.0"
  2378. raylib < "1.4.0"
  2379. rdbg >= "1.196.12"
  2380. rdf >= "0.13.0" & < "1.1.0"
  2381. rdf_impls < "1.1.0"
  2382. rdf_json_ld < "1.1.0"
  2383. rdf_lwt < "1.1.0"
  2384. rdf_mysql < "1.1.0"
  2385. rdf_postgresql < "1.1.0"
  2386. rdf_ppx < "1.1.0"
  2387. re >= "1.9.0" & < "1.14.0"
  2388. re2
  2389. re2_stable
  2390. re_parser
  2391. rea
  2392. reactiveData = "0.3.0"
  2393. reactjs-jsx-ppx
  2394. readability_metrics
  2395. readline
  2396. reanalyze
  2397. reason < "3.17.2"
  2398. reason-react
  2399. reason-react-ppx
  2400. reason-standard
  2401. received
  2402. record_builder
  2403. records >= "1.0.0"
  2404. reddit_api_async
  2405. reddit_api_kernel
  2406. redirect
  2407. redis >= "0.4"
  2408. redis-async
  2409. redis-lwt >= "0.4"
  2410. redis-sync >= "0.4"
  2411. reed-solomon-erasure >= "1.0.2"
  2412. reedsolomon
  2413. refl
  2414. regex_parser_intf
  2415. regrade
  2416. relude
  2417. remu_ts
  2418. reparse
  2419. reparse-lwt
  2420. reparse-lwt-unix
  2421. reparse-unix
  2422. repr
  2423. repr-bench
  2424. repr-fuzz
  2425. requisite
  2426. res >= "5.0.1"
  2427. res_tailwindcss
  2428. rescript-syntax
  2429. reshowcase
  2430. resource-pooling >= "1.1"
  2431. resource_cache
  2432. resp
  2433. resp-client
  2434. resp-mirage
  2435. resp-server >= "0.9"
  2436. resp-unix
  2437. resto
  2438. resto-acl
  2439. resto-cohttp
  2440. resto-cohttp-client
  2441. resto-cohttp-self-serving-client
  2442. resto-cohttp-server
  2443. resto-directory
  2444. resto-json
  2445. result
  2446. rfc1951 >= "0.8.1" & != "1.0.0"
  2447. rfc6287 >= "1.0.4"
  2448. rfc7748
  2449. rfsm >= "1.6-alpha-3"
  2450. rhythm
  2451. ringo
  2452. ringo-lwt
  2453. rio
  2454. riot
  2455. river
  2456. robotstxt
  2457. rock
  2458. rocq-core
  2459. rocq-devtools
  2460. rocq-runtime
  2461. rocqide
  2462. roman
  2463. root1d >= "0.5.1"
  2464. rope >= "0.6.2"
  2465. rosa
  2466. rosetta >= "0.2.0"
  2467. routes
  2468. rowex
  2469. rpc
  2470. rpc_parallel
  2471. rpclib
  2472. rpclib-async
  2473. rpclib-html
  2474. rpclib-js
  2475. rpclib-lwt
  2476. rpmfile >= "1.0.0"
  2477. rsdd
  2478. rss
  2479. rtop < "3.17.2"
  2480. rtree
  2481. rungen
  2482. runtime_events_tools < "0.5.2"
  2483. rusage
  2484. rust-staticlib-gen
  2485. rust-staticlib-virtual
  2486. SZXX
  2487. safemoney
  2488. safepass >= "3.1"
  2489. sail >= "0.15" & < "0.20.2"
  2490. sail_c_backend < "0.20.2"
  2491. sail_coq_backend < "0.20.2"
  2492. sail_doc_backend < "0.20.2"
  2493. sail_latex_backend < "0.20.2"
  2494. sail_lean_backend < "0.20.2"
  2495. sail_lem_backend < "0.20.2"
  2496. sail_maker < "0.20.2"
  2497. sail_manifest
  2498. sail_ocaml_backend < "0.20.2"
  2499. sail_output < "0.20.2"
  2500. sail_smt_backend < "0.20.2"
  2501. sail_sv_backend < "0.20.2"
  2502. salsa20 >= "1.0.0"
  2503. salsa20-core >= "1.0.0"
  2504. samplerate >= "0.1.6"
  2505. sanddb >= "0.2"
  2506. sarek
  2507. sarif
  2508. satex
  2509. saturn
  2510. saturn_lockfree
  2511. satyrographos
  2512. scad_ml
  2513. scfg
  2514. scgi
  2515. scipy
  2516. scrypt-kdf
  2517. sd_logic
  2518. sdl-liquidsoap >= "3"
  2519. search
  2520. searchTree
  2521. secp256k1 >= "0.4.1"
  2522. secp256k1-internal
  2523. secret
  2524. sedlex
  2525. sek
  2526. sel
  2527. semantic_version
  2528. semaphore-compat
  2529. semv
  2530. semver >= "0.2.1"
  2531. semver2
  2532. sendmail
  2533. sendmail-lwt
  2534. sendmail-miou-unix
  2535. sendmail-mirage
  2536. sentry
  2537. seq < "base"
  2538. seqes
  2539. sequencer_table
  2540. serde
  2541. serde_debug
  2542. serde_derive
  2543. serde_json
  2544. serde_sexpr
  2545. serde_xml
  2546. serial
  2547. server-reason-react
  2548. session >= "0.4.1"
  2549. session-cohttp >= "0.4.1"
  2550. session-cohttp-async >= "0.4.1"
  2551. session-cohttp-lwt >= "0.4.1"
  2552. session-cookie
  2553. session-cookie-async
  2554. session-cookie-lwt
  2555. session-postgresql >= "0.4.1"
  2556. session-postgresql-async
  2557. session-postgresql-lwt
  2558. session-redis-lwt >= "0.4.1"
  2559. session-webmachine >= "0.4.1"
  2560. setcore >= "1.0.2"
  2561. sexp
  2562. sexp_decode
  2563. sexp_diff
  2564. sexp_diff_kernel
  2565. sexp_grammar
  2566. sexp_macro
  2567. sexp_pretty
  2568. sexp_select
  2569. sexp_string_quickcheck
  2570. sexplib >= "v0.13.0"
  2571. sexplib0 >= "v0.12.0"
  2572. sgf
  2573. sha >= "1.13"
  2574. shades
  2575. shapefile
  2576. shared-block-ring
  2577. shared-memory-ring
  2578. shared-memory-ring-lwt
  2579. shared-secret >= "0.4"
  2580. shell
  2581. sherlodoc < "3.1.0"
  2582. shexp
  2583. shine >= "0.2.2"
  2584. shuttle
  2585. shuttle_http
  2586. shuttle_ssl
  2587. shuttle_websocket
  2588. sifun
  2589. signal
  2590. sihl
  2591. sihl-cache
  2592. sihl-contract
  2593. sihl-core
  2594. sihl-email
  2595. sihl-facade
  2596. sihl-persistence
  2597. sihl-queue
  2598. sihl-session
  2599. sihl-storage
  2600. sihl-token
  2601. sihl-type
  2602. sihl-user
  2603. sihl-web
  2604. simlog
  2605. simple63
  2606. simple_httpd
  2607. simple_httpd_caqti
  2608. sitemap
  2609. sklearn
  2610. slack
  2611. slacko
  2612. slice
  2613. slipshow != "0.5.0"
  2614. slug
  2615. smaji_glyph_path
  2616. smart-print >= "0.3.0"
  2617. smaws-clients
  2618. smaws-lib
  2619. smol
  2620. smol-helpers
  2621. smtlib-utils
  2622. smtml < "0.10.0"
  2623. snappy
  2624. snoke
  2625. so
  2626. sodium-fmt
  2627. solid < "0.5.0"
  2628. solid_server < "0.5.0"
  2629. solid_tools < "0.5.0"
  2630. solidity-alcotest
  2631. solidity-common
  2632. solidity-parser
  2633. solidity-test
  2634. solidity-typechecker
  2635. solo5-elftool
  2636. sortedseq_intersect
  2637. sosie
  2638. soundtouch >= "0.1.9"
  2639. soupault
  2640. spacetime_lib
  2641. spatial-shell
  2642. spawn < "v0.9.0" | >= "v0.13.0"
  2643. spdx_licenses
  2644. spectrum
  2645. spectrum_capabilities
  2646. spectrum_palette_ppx
  2647. spectrum_palettes
  2648. spectrum_tools
  2649. speed
  2650. speex
  2651. spelll >= "0.4"
  2652. spices
  2653. spin
  2654. splay_tree
  2655. splittable_random
  2656. spoc
  2657. spoc_ppx
  2658. spoke
  2659. spotify-web-api
  2660. spotlib >= "4.1.0"
  2661. sqids
  2662. sqlgg >= "20200521"
  2663. sqlite3 >= "4.4.1"
  2664. sqlite3_utils
  2665. srt
  2666. ssh-agent >= "0.2.0"
  2667. ssl >= "0.5.6"
  2668. starpath
  2669. starred_ml < "0.0.8"
  2670. stdcompat >= "19"
  2671. stdint >= "0.6.0"
  2672. stdint-literals
  2673. stdio
  2674. stdlib-diff
  2675. stdlib-random
  2676. stdlib-shims
  2677. stdune < "3.19.0"
  2678. stitch
  2679. stk < "0.5.0"
  2680. stk_iconv < "0.5.0"
  2681. stk_ocf < "0.5.0"
  2682. stk_ppx < "0.5.0"
  2683. stk_rdf < "0.5.0"
  2684. stk_xml < "0.5.0"
  2685. stog >= "0.20.0"
  2686. stog_all
  2687. stog_asy
  2688. stog_dot
  2689. stog_extern
  2690. stog_markdown
  2691. stog_multi_doc
  2692. stog_nocaml
  2693. stog_noexec
  2694. stog_plugins
  2695. stog_rdf
  2696. stog_rel_href
  2697. stog_server
  2698. stog_server_multi
  2699. stog_sitemap
  2700. stog_writing
  2701. stone >= "0.5.2"
  2702. store
  2703. store-dict
  2704. store-pushqueue
  2705. stored_reversed
  2706. stramon-lib
  2707. streamable
  2708. streaming
  2709. string_dict
  2710. stringCodepointSplitter
  2711. stringext >= "1.6.0"
  2712. stringx
  2713. sturgeon >= "0.4.2"
  2714. styled-ppx < "0.61.0"
  2715. subprocess
  2716. subscriptions-transport-ws
  2717. subtype-refinement >= "0.2"
  2718. sun
  2719. svmwrap
  2720. swagger >= "0.2.0"
  2721. swhid
  2722. swhid_compute
  2723. swhid_core
  2724. swhid_types
  2725. swipl
  2726. syguslib-utils
  2727. symex
  2728. synchronizer
  2729. syncweb
  2730. syndic >= "1.6.0"
  2731. synopsis
  2732. sys-socket
  2733. sys-socket-unix
  2734. syslog >= "2.0.1"
  2735. syslog-message >= "1.0.0"
  2736. syslog-rfc5424 < "0.2"
  2737. systemverilog >= "0.0.2"
  2738. syto
  2739. tablecloth-base
  2740. tablecloth-melange
  2741. tablecloth-native < "transition"
  2742. tabr
  2743. taglib >= "0.3.7"
  2744. talaria-bibtex
  2745. tar
  2746. tar-eio
  2747. tar-mirage
  2748. tar-unix
  2749. tcalc
  2750. tcpip
  2751. tdigest
  2752. telemetry
  2753. telltime
  2754. tensorboard
  2755. term-indexing
  2756. term-tools
  2757. termaid
  2758. terminal < "0.5.0"
  2759. terminal_size >= "0.1.4"
  2760. terminus
  2761. terminus-cohttp
  2762. terminus-hlc
  2763. terml
  2764. testo < "0.3.4"
  2765. testo-diff < "0.3.4"
  2766. testo-lwt < "0.3.4"
  2767. testo-util < "0.3.4"
  2768. testu01
  2769. textmate-language
  2770. textrazor
  2771. textutils
  2772. textutils_kernel
  2773. textwrap >= "0.2.1"
  2774. tezos-base58
  2775. tezos-context-hash
  2776. tezt < "4.3.0"
  2777. tezt-bam
  2778. theora
  2779. thread-local-storage
  2780. thread-table
  2781. thrift
  2782. tidy
  2783. tidy_email
  2784. tidy_email_mailgun
  2785. tidy_email_sendgrid
  2786. tidy_email_smtp
  2787. tilde_f
  2788. time_now
  2789. timed >= "1.1"
  2790. timedesc
  2791. timedesc-json
  2792. timedesc-sexp
  2793. timedesc-tzdb
  2794. timedesc-tzlocal
  2795. timedesc-tzlocal-js
  2796. timere
  2797. timere-parse
  2798. timezone
  2799. timmy
  2800. timmy-jsoo
  2801. timmy-lwt
  2802. timmy-unix
  2803. tiny_httpd
  2804. tiny_httpd_camlzip
  2805. tiny_httpd_eio
  2806. tip-parser >= "0.4"
  2807. tldr
  2808. tls >= "0.12.8"
  2809. tls-async
  2810. tls-eio
  2811. tls-liquidsoap
  2812. tls-lwt
  2813. tls-miou-unix
  2814. tls-mirage
  2815. toc
  2816. tofn
  2817. togglelog
  2818. toml
  2819. toml-cconv
  2820. toml_cconv
  2821. toplevel_backend
  2822. toplevel_expect_test
  2823. topojson
  2824. topojsone
  2825. topological_sort
  2826. topup
  2827. torch
  2828. tqdm
  2829. trace
  2830. trace-fuchsia
  2831. trace-runtime-events
  2832. trace-tef
  2833. tracing
  2834. tracy-client
  2835. trail
  2836. traits
  2837. trampoline
  2838. transept
  2839. transom
  2840. traverse
  2841. travesty
  2842. trax >= "0.4.0"
  2843. tree_layout >= "0.2"
  2844. treeprint >= "2.3.0"
  2845. trexio
  2846. trie
  2847. trs
  2848. tsdl-image >= "0.3.0"
  2849. tsdl-mixer
  2850. tsdl-ttf >= "0.3"
  2851. tsort
  2852. tty
  2853. tube >= "4.4.0"
  2854. tuntap
  2855. twirp_cohttp_lwt_unix
  2856. twirp_core
  2857. twirp_ezcurl
  2858. twirp_tiny_httpd
  2859. twostep
  2860. tyabt
  2861. type_eq
  2862. type_id
  2863. typed_list
  2864. typeid
  2865. typerep >= "v0.13.0"
  2866. typeset
  2867. tyre >= "0.5"
  2868. tyxml >= "4.3.0" & < "5.0.0"
  2869. tyxml-jsx < "5.0.0"
  2870. tyxml-lwd
  2871. tyxml-ppx >= "4.3.0" & < "5.0.0"
  2872. tyxml-syntax < "5.0.0"
  2873. ubase
  2874. ubpf >= "0.2"
  2875. uecc >= "0.3"
  2876. ufind
  2877. uint >= "2.0.1"
  2878. ulid
  2879. um-abt
  2880. unic
  2881. unidecode
  2882. unionFind
  2883. uniq
  2884. unisim_archisec < "0.0.14"
  2885. unison < "2.53.4"
  2886. universal-portal
  2887. universo
  2888. unix-errno >= "0.6.0"
  2889. unix-type-representations >= "0.1.3"
  2890. unstrctrd
  2891. uopt
  2892. uri >= "2.2.1"
  2893. uri-bench
  2894. uri-re
  2895. uri-sexp
  2896. uring
  2897. uring-trace
  2898. uritemplate
  2899. urn
  2900. user-agent-parser
  2901. username_kernel
  2902. uspf
  2903. uspf-lwt
  2904. uspf-mirage
  2905. uspf-unix
  2906. utcp
  2907. utop
  2908. uuuu >= "0.1.1"
  2909. validate
  2910. validator
  2911. variantslib >= "v0.13.0"
  2912. varray
  2913. vcaml
  2914. vcardgen >= "1.2"
  2915. vchan
  2916. vchan-unix
  2917. vchan-xen
  2918. vdom
  2919. vec
  2920. vector
  2921. vector3 >= "1.0.0"
  2922. vendredi
  2923. vercel
  2924. versioned_polling_state_rpc
  2925. vhd-format >= "0.12.0"
  2926. vhd-format-lwt
  2927. vif
  2928. vifu
  2929. virtual_dom
  2930. virtual_dom_toplayer
  2931. visitors >= "20200207"
  2932. vlq >= "0.2.1"
  2933. vlt
  2934. vmnet
  2935. vocal
  2936. voqc
  2937. vorbis
  2938. vpt >= "5.0.0"
  2939. vscoq-language-server < "2.3.3"
  2940. vsrocq-language-server
  2941. vue-jsoo
  2942. vue-ppx
  2943. wall
  2944. wasm >= "2.0.2"
  2945. wasmer
  2946. wasmtime
  2947. wayland
  2948. waylaunch
  2949. wcwidth
  2950. webauthn
  2951. weberizer >= "0.8"
  2952. webmachine >= "0.6.2"
  2953. websocket >= "2.12"
  2954. websocket-async
  2955. websocket-lwt
  2956. websocket-lwt-unix
  2957. websocketaf
  2958. webtest
  2959. webtest-js
  2960. why3find
  2961. wikitext
  2962. win-error >= "1.0"
  2963. win-eventlog >= "0.3"
  2964. winsvc
  2965. wol
  2966. wol-eio
  2967. wol-mirage
  2968. ws
  2969. ws-server
  2970. wseg
  2971. wtf8 >= "1.0.2"
  2972. wtr
  2973. wtr-ppx
  2974. wu-manber-fuzzy-search
  2975. x509
  2976. x86_64-esperanto >= "0.0.6"
  2977. xapi-backtrace
  2978. xapi-inventory
  2979. xapi-rrd
  2980. xapi-stdext-date
  2981. xapi-stdext-encodings
  2982. xapi-stdext-pervasives
  2983. xapi-stdext-std
  2984. xapi-stdext-threads
  2985. xapi-stdext-unix
  2986. xapi-stdext-zerocheck
  2987. xcursor
  2988. xdg < "3.19.0"
  2989. xdg-basedir
  2990. xedbindings
  2991. xen-evtchn
  2992. xen-evtchn-unix
  2993. xen-gnt
  2994. xen-gnt-unix
  2995. xenstore
  2996. xenstore-tool
  2997. xenstore_transport >= "1.1.0"
  2998. xkbcommon
  2999. xlsx2csv
  3000. xmelly
  3001. xml-light >= "2.5"
  3002. xmldiff >= "0.7.0"
  3003. xmldiff_js
  3004. xmlplaylist >= "0.1.5"
  3005. xoshiro
  3006. xtmpl >= "0.19.0" & < "1.1.0"
  3007. xtmpl_js < "1.1.0"
  3008. xtmpl_ppx < "1.1.0"
  3009. yaml >= "1.0.0"
  3010. yaml-sexp
  3011. yara >= "0.2"
  3012. yocaml < "2.6.0"
  3013. yocaml_cmark
  3014. yocaml_cmarkit < "2.6.0"
  3015. yocaml_eio < "2.6.0"
  3016. yocaml_git < "2.6.0"
  3017. yocaml_jingoo < "2.6.0"
  3018. yocaml_markdown < "2.6.0"
  3019. yocaml_mustache < "2.6.0"
  3020. yocaml_omd < "2.6.0"
  3021. yocaml_otoml < "2.6.0"
  3022. yocaml_runtime < "2.6.0"
  3023. yocaml_syndication < "2.6.0"
  3024. yocaml_unix < "2.6.0"
  3025. yocaml_yaml < "2.6.0"
  3026. yojson >= "1.5.0"
  3027. yojson-bench
  3028. yojson-five
  3029. yultracer
  3030. yurt >= "0.6"
  3031. yuscii >= "0.2.1"
  3032. yuujinchou
  3033. zanuda
  3034. zar
  3035. zarith-ppx
  3036. zarith_stubs_js
  3037. zarr
  3038. zarr-eio
  3039. zarr-lwt
  3040. zarr-sync
  3041. zed >= "2.0.6"
  3042. zeit
  3043. zelus
  3044. zelus-gtk
  3045. zipperposition
  3046. zipperposition-tools
  3047. zlib
  3048. zlist >= "0.4.0"
  3049. zmq >= "5.1.0"
  3050. zmq-async >= "5.1.0"
  3051. zmq-eio
  3052. zmq-lwt >= "5.1.0"
  3053. zstandard
  3054. zstd >= "0.3"
  3055. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"