package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.1.tbz
sha256=b9fd6560879f9d340ae8a87c967b0d2bcd3c4120cffcd9fb661f325078f74f6f
sha512=1a4159d18a7aee0ca9f53f176955a41f5a6d83b16885e7f6ac47326453572df74a87f21f4ceddb8d2e94e00f61d2ba5ca6dba299679968f1d151d2811dcd2014

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.3"

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