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